*
{
	margin:			0px;
	padding:		0px;	
	font-family: 	verdana,sans-serif;
	font-size: 		10px;	
	color:#ffffff;	
}

body
{
    margin: 0;
    padding: 0;
	text-align:center;
	background-color: #000000;
}
img
{
	border:0;
}
a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

a:hover{
  	color:#ffffff;
  	outline:none;
  	text-decoration:underline;
}

#wrapper
{
	margin: auto;		
	width: 1280px;
	text-align:center;
}
.topBg
{
	background-image:url('/images/topBG.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	display:block;
	width:1280px;
	height:164px;
}
#logo
{
	margin-top:146px;
	margin-bottom:18px;
	height:40px;
}
#version
{
	width:378px;
	margin-left: auto ;
	margin-right: auto ;
}
