body {
	margin: auto;
	padding: 0;
	font: normal 0.8em/1.6em "Helvetica Neue","Helvetica","Arial",Sans-serif;
	color: #000;
	background: #000;
/*	background-image:url(../images/bg3.jpg);*/
	background-repeat: no-repeat;
}
		
#bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#bg img {

	height: 100%;
}

img {
border: none;
}
		
div#content {
			position: absolute; 
			top: 50px;
			left: 180px;
			height: 350px;
			width: 600px;
			border: 0px solid #fff;	
}
		
#logo {
	position: absolute;
	padding: 0;
	left:0;
}
		
.button-download {
	height: 46px;
	overflow: hidden;
	width: 244px;
	text-align: center;
	position: absolute;
	padding: 0 0 0 0px;
	left:0;
	top: 180px;
}
.button-download a {
	display: block;
	background-image:url(../images/download.png);
	padding: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.button-download a:hover {
	color: #fff;
	background-image:url(../images/downloadover.png);
}

#footer {
			position: absolute; 
			text-align: center;
			width: 100%;
			background: #fff;
			height: 80px;
			bottom: 0px;
			border: 0px solid #0ff;	
}

#nav {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


#bg img {
	
}
