body {
  background:url(i/bg.jpg);
  color : #fff;
  font-family : Tahoma, Verdana, 'Arial CE', Arial, Helvetica, sans-serif;
  font-size : 8pt;
  margin:0; padding:0;
}
#main { 
	width:900px;
	margin:0 auto;
}
#top1 {
	width:900px;
	height:100px;
	background:url(i/top1.jpg) no-repeat top left;
}
#top2 {
	width:771px;
	height:88px;
	position:relative;
	top:0;
	left:65px;
	background:url(i/top2.jpg) no-repeat top left;
}
#top3 {
	width:780px;
	height:92px;
	position:relative;
	top:0;
	left:67px;
	background:url(i/top3.jpg) no-repeat top left;
}
#content {
	width:900px;
	height:410px;
	position:relative;
	top:0;
	left:69px;
}
#left {
	float:left;
	width:348px;
	height:410px;
	background:url(i/left.jpg) no-repeat top left;
}
#right {
	float:left;
	width:437px;
	height:410px;
	background:#fff url(i/right.jpg) no-repeat top right;
	overflow:hidden;
}
#footer {
	width:785px;
	height:98px;
	position:relative;
	top:0;
	left:69px;
	background:url(i/foot.jpg) no-repeat top left;
}
#footerlink {
	padding:5px 0;
	text-align:center;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
