body {
	background:#888888 url(images/back.jpg) top center repeat-y;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img:hover {
	-moz-opacity:0.75;opacity:0.75;
}
#clear {
	clear:both;
}
#top {
	background: url(images/header.jpg) top center no-repeat;
	height:61px;
}
#frame {
	background:#fff;
	margin:auto;
	width:950px;
	margin-bottom:30px;
	margin-top:10px;
}
#footer {
	margin:auto;
	margin-bottom:30px;
	padding:15px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.botton {
	margin:40px;
}
.botton a {
	background: url(images/down.png) bottom center no-repeat;
	display:block;
	height:50px;
	width:200px;
}
.botton a:hover {
	background: url(images/down.png) top center no-repeat;
	display:block;
	height:50px;
	width:200px;
}