html, body {
	height:100%;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#main_top_left { 
	position:relative;
	float:left;
	}
	
#main_top { 
	position:relative;
	width:800px;
	float:left;
	}
		
#main_left { 
	clear:both;
	position:relative;
	height:600px;
	float:left;
	}
		
#main_center { 
	position:relative;
	width:900px;
	height:700px;
	float:left;
	background: url('../images/revamping/Main_Border.png');
	margin-left: auto;
    margin-right: auto;
	}
		
#main_right { 
	position:relative;
	height:600px;
	float:left;
	}
		
#main_bottom_left { 
		clear:both;
		position:relative;
		width:50px;
		height:50px;
		float:left;
	}
	
#main_bottom { 
	position:relative;
	width:800;
	float:left;
	}
	