@charset "utf-8";
#maincontainer {
	
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#container {
	
	height: 500px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top:80px
}
#genius {
	
	float: left;
	height: 500px;
	width: 600px;
}
#virtual {
	
	float: left;
	height: 500px;
	width: 600px;
}
