﻿body {
    background: url(pagebg.jpg) repeat;
    color: #e5e5e5;
    font-family: Verdana;
	font-weight: normal;
    font-size: 11px;
    margin: 0;
    padding: 0;
	height: 100%;
	background-color: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border: 0;
}
.clear {
	clear:both;
}
#total {
    position: relative;
    width: 160px;
    margin: 0 auto;
}
#picture {
	margin-top: 200px;
	margin-bottom: 10px;
	width: 160px;
	height: 160px;
	background: url(underConstruction.png) no-repeat;
}
#text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#copyright {
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
	font-weight: bold;
}