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

body {
	background: url(../images/wallpaper.jpg) center top no-repeat black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Helvetica, Arial, sans-serif;
}
a img {
	border:none;
}
div#cont {
	width:1018px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:20px;
}
img {
	display:inline-block;
}
span {
	width:1018px;
	display:block;
	clear:right;
	margin-top:12px;
}
span.logos {
	width:970px;
}
a {
	color:white;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	margin-right:8px;
	padding-top:10px;
}
a:hover {
	text-decoration:underline;
}