* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../images/background.jpg) no-repeat;
}
html, body {
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #fff;
}
#wrapper {
	width: 697px;
	margin: 0px auto !important;	
}
#page_top {
	background: url(../images/pic-1.gif) no-repeat;
	float: left;
	width: 697px;
	height: 475px;	
}
#page_middle {
	background: url(../images/pic-2.gif) no-repeat;
	float: left;
	width: 214px;
	height: 82px;
	padding: 0 66px 0 397px;
}
#page_middle .anchor {
	float: left;
	width: 214px;
	height: 56px;
	display: block;
	background: url(../images/anchor.gif) no-repeat top;
	text-align: center;
	color: #f7e1a5;
	font-weight: bold;
	text-decoration: none;
	padding-top: 26px;
	font-size: 20px;
}
#page_middle .anchor:hover {
	float: left;
	width: 214px;
	height: 56px;
	display: block;
	background: url(../images/anchor_hover.gif) no-repeat bottom;
	text-align: center;
	color: #f7e1a5;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 26px;
	font-size: 20px;
}
#footer {
	clear: both;
	float: left;
	background: url(../images/pic-3.gif) no-repeat;
	width: 677px;
	height: 285px; 
}