/* CSS Document */

#top_left {
	position: absolute;
	left:5px;
	top:129px;
	width:359px;
	height:255px;
	background-color:#F1B9B9
	}
		
#top_middle {
	position: absolute;
	left:369px;
	top:129px;
	width:612px;
	height:255px;
	background-color:#F1B9B9;
	
	}
	
#top_right {
	position: absolute;
	left:781px;
	top:129px;
	width:200px;
	height:255px;
	
	background-color:#AEAEFF;
	-moz-opacity:.8; filter:alpha(opacity=80);
	}	
	
	#mid_left {
	position: absolute;
	left:5px;
	top:389px;
	width:230px;
	height:390px;
	background-color:#9194FF;
	}	
	
	#mid_middle {
	position: absolute;
	left:240px;
	top:389px;
	width:309px;
	height:390px;
	background-color:#AEAEFF;
	}	
	
	#mid_right {
	position: absolute;
	left:554px;
	top:389px;
	width:427px;
	height:150px;
	background-color:#AEAEFF;
	}	
	
	#bot_right {
	position: absolute;
	left:554px;
	top:544px;
	width:100px;
	height:235px;
	background-color:#BE6A6A;
	}	
	
	#bot_farright {
	position: absolute;
	left:659px;
	top:544px;
	width:322px;
	height:235px;
	background-color:#F1B9B9;
	}	
	
