body {
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #999999;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.construction, .email {
	text-align:right;
	font-size: 9px;
	position: relative;
	/*bottom:-15px;
	left:87px;*/
	top: 5px;
	left: 67px;
}

.email {
	color: #FF0000;
}

.rss_logo {
	text-align:right;
	position: relative;
	left:50%;
}
.copyright {
	text-align:right;
	font-size: 9px;
	position: relative;
	left:50%;
	color: #999999;
}

.logo {
	text-align:right;
	position:relative;
	left:87px;
}

.content {
	position: absolute;
	top: 40%;
	right: 50%;
	text-align: center;
}

.bottom {
	position: absolute;
	bottom:5px;
	right: 50%;
	text-align: center;
}
