
body {
	background:url(img/page_bg.jpg);
	background-color:#000;
	margin:0 auto;
	padding:20px 0 0;
	text-align:center;
	}
	
#container {
	background:#FFF;
	width:738px;
	height:425px;
	border:2px solid #FFF;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	
#imagePanel {
	background:#FFF;
	width:270px;
	height:425px;
	margin:0 auto;
	padding:0;
	float:left;
	}
	
#contentPanel {
	background:#FFF;
	width:354px;
	height:405px;
	margin:0 auto;
	padding:10px 0;
	float:left;
	}
	
#rightPanel {
	background:#000;
	width:110px;
	height:425px;
	margin:0 auto;
	padding:0;
	float:right;
	}
	
#contentWindow {
	width:343px;
	background:#FFF;
	margin:10px 5px 15px 0;
	padding:0;
	float:left
	text-align:center;
	}
	
.content {
	background:#FFF;
	color:#000;
	font:10px verdana,arial;
	text-decoration:none;
	text-align:justify;
	}
	
a.link {
	background:#FFF;
	color:#000;
	font:10px verdana,arial;
	text-decoration:underline;
	text-align:center;
	}
	
a.link:hover {
	background:#FFF;
	color:#000;
	font:10px verdana,arial;
	text-decoration:none;
	text-align:center;
	}
	