/***layout***/	
	
#html,body {
	margin: 0px;
	height: 600px;
	font-family:Verdana;
	font-size:10px;
	background-color:#210021;
}
		
#container {
	height:528;
	width: 527px;
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top:auto;
	padding: 0px;
}
		
#top {
	float:left;
	width:527px;
	height:265px;
}

#bottom {
	float:left;
	width:527px;
	height:265px;
}

#lefttop {
	float:left;
	width: 265px;
	height: 263px;
	vertical-align:top;
	text-align:left;
}

#righttop {
	float:right;
	width: 262px;
	height: 263px;
	vertical-align:top;
	text-align:right;
}
