@charset "UTF-8";
/* CSS Document */

body {
	background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 30%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(30%, rgba(46,46,46,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 30%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 30%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 30%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 30%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
min-height:1000px;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
	}

#logo {
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	width:273px;
	height:100px;
	}
#info {
	color:#ffffff;
	font-size:1em;
	text-align:center;
	margin-top:2%;
	}
#info a, #info a:visited {
	color:#ffffff;
	}
#info a:hover {
	color:#00ADEF;
	}