body {
	background-position:center, center;
	background-color: #404041;
}
#logo{
    width: 502px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -62px 0 0 -251px;
}
#ust {
	background-color: #333;
	height: 20px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	position: fixed;
	margin-right: auto;
	padding-top: 5px;
	margin-left: auto;
	padding-left: 10px;
	left: 0px;
	right: 0px;
	top: 0px;
}
#alt {
	background-color: #333;
	height: 20px;
	width: 100%;
	bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: fixed;
	margin-right: auto;
	padding-top: 5px;
	margin-left: auto;
	padding-left: 10px;
	left: 0px;
	right: 0px;
}


a, a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #0CF;
}
