/* CSS Document */

body
{	
	overflow: hidden;
	background-color: #1C1D24;
}

#box2
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -500px;
	margin-top: -275px;
	
	background-color: #FFFFFF;
	

}


