body 
{
	background-color:#EDF6E9;
	
}

#main 
{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:0px;
	
}

#content
{
	width:800px;
	height:600px;
	border:1px solid #cccccc;
	left:50%;
	margin-left: -400px;
	margin-top:-300px;
}

#stop 
{
	width:800px;
	height:600px;
	border:1px solid #cccccc;
	left:50%;
	margin-left: -400px;
	margin-top:-300px;
	text-align:center;
	padding-top: 100px;	
}
