html, body {
	background-color: #1a1c3a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	
}
#vertical{
position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -350px;
	min-width: 700px;
	}