body{ 
	margin:0; 
	text-align:center; 
	background-color:#CCCCCC;
}

#container{
	position:relative;
	width:700px;
	text-align:center;
	margin:0 auto 0;
}

div.top_white_background {
	position:relative;
	width:700px;
	height:700px;
	background-color:#FFFFFF;
}

div.top_grey_box {
	position:absolute;
	width:140px;
	height:90px;
	padding:5px;
	background-color:#666666;
	left:520px;
	top: 015px;
}

div.buttons_box {
	position:absolute;
	width:140px;
	height:425px;
	border:#666666;
	padding:5px;
	text-align:justify;
	background-color:#666666;
	left:520px;
	top: 250px;
}

div.grey_text_box {
	position:absolute;
	width:475px;
	height:425px;
	text-align:justify;
	background-color:#999999;
	padding:5px;
	left:15px;
	top: 250px;
	
}

