body
{
	background: url(../images/bg.jpg) no-repeat center center fixed;
	        -webkit-background-size: cover;
	        -moz-background-size: cover;
	        -o-background-size: cover;
	        background-size: cover;
	        margin-left:0px;
	        
}
a.logo
{
	height: 126px;
	width: 300px;
	background-image: url('../images/logo.png');
	text-decoration: none;
	margin: 10px auto 50px auto;
	display:block;
	position:static;
	
}
#links
{
	margin-top:70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: url(../images/bglink2.png);	
	position:relative;
	Height:100%;
	width:100%;
	max-width: 700px;
	padding-top:3px;
	text-align: center;
	color: black;
	font-family:helvetica neue;
	border-radius: 18px;
	
}

a.space
{
	margin-right:50px;
}
a.lastspace
{
	
}
a
{
	font-family:helvetica neue;
	font-weight:100;
	font-size:1.1em;
	text-decoration:none;
	color: white;
	margin-left:30px;
	position:relative;
}

