body{
	background:#00CDFF;
}
#title{
	text-align: center;
}

#vertical{
	border: solid white .1em;
	width: 0px;
	height: 3040px;
	position: absolute;
	left: 50%;
	margin:0 auto;
}

img{
	height: 150px;
	width: auto;
}

#wrap{
	min-width: 1500px;
	margin: 0 auto;
	max-width: 1500px;
}

#filler{
	height: 300px;
}

div{
	border: none;
}

.information{
	width:40%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2em;
	margin-right: 2em;
}

.visuals{
	width:40%;
	display: inline-block;
	margin-left: 2em;
	margin-right: 2em;
}
.console{
	margin-bottom: 15em;

}

body{
	color: white;
}
.dot{
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: white;
	display: inline-block;
}

#logo{
	height: 300px;
	width: auto;
}

body{
	font-family: "proxima-nova",sans-serif;
}
