@charset "utf-8";
/* CSS Document */
html{height:100%}
body
{
	background-color:#000;
	background:#000 url(../images/uc.gif) no-repeat 40% center;
	background-size:80% auto;
	margin:0 auto auto auto;
	color:#fff;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:1.5em;
	height:100%;
}

div
{
	color:#fff;
	bottom:5%;
	position:absolute;
	width:100%;
}
div a{color:#fff;}
div a:hover{text-decoration:none;}