body {
	color: #000;
	background-color: #B8B8B8;
	background-image: url(img/bg.png);
	margin: 0px
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	margin-left: -385px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 770px;
	height: 500px;
	visibility: visible
}
#frame-top {
	width: 770px;
	height: 10px;
	background: url(img/frame-top.png);
}
#frame-bottom {
	width: 770px;
	height: 10px;
	background: url(img/frame-bottom.png);
}
#frame-middle {
	width: 770px;
	height: 480px;
}
#frame-left {
	float: left;
	width: 10px;
	height: 480px;
	background: url(img/frame-left.png);
}
#frame-right {
	float: left;
	width: 10px;
	height: 480px;
	background: url(img/frame-right.png);
}
#main-left {
	float: left;
	width: 210px;
	height: 480px;
	background: url(img/main-left.png);
}
#button {
	float: left;
	margin: 395px 0 0 15px;
	width: 180px;
}
#button img {
	margin: 5px 0 0 0;
}
#main-right {
	float: left;
	width: 540px;
	height: 480px;
	background: url(img/main-right.png);
}
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	visibility: visible;
	display: block
}
a:link, a:visited {
	color: #06f;
	text-decoration: none
}
a:hover {
	color: red;
	text-decoration: none
}
