body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../pics/background.jpg) no-repeat top center #1a242e;
	font-family: Georgia;
	font-size: 13px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.content {
	display: block;
	padding: 220px 0 0 0;
	width: 585px;
	margin: 0 auto;
	height: 430px;
}
.block {
	display: block;
	width: 185px;
	height: 333px;
	background: url(../pics/block.png) no-repeat;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
h1 {
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 25px;
	font-family: Georgia;
	font-style: italic;
	height: 135px;
}
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	line-height: 22px;
	height: 70px;
}
.block a {
	display: block;
	width: 87px;
	height: 87px;
	background: url(../pics/link.jpg) no-repeat;
	margin: 0 auto;
}
.block a:hover {
	background: url(../pics/link.jpg) no-repeat 0 -87px;
}
.block a span {
	display: none;
	font-size: 1px;
}
.block .disable {
	background: url(../pics/linkdisable.jpg) no-repeat;
}
.block .disable:hover {
	background: url(../pics/linkdisable.jpg) no-repeat;
}
.footer {
	display: block;
	width: 950px;
	margin: 0 auto;
	color: #FFF;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	height: 110px;
}
.footer a {
	color: #FFF;
	text-decoration: underline;
	font-size: 20px;
	font-style: italic;
}
.footer a:hover {
	color: #90c5e3;
}
