*{  margin: 0; 
	padding: 0; }
	
html, body {
	}
	
body { 
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	text-align: center;
	font: 0.7em georgia, times, serif; 
	background:  #000 url(img/background.jpg) no-repeat top center; 
	color: #fff; 
	}

#wrap { 
	width: 890px; 
	height: 400px; 
	margin: 0 auto; 
	padding: 0;
	background: transparent;
	text-align: left;
	}
 
#header, #footer { 
	padding: 0;
	}

	
	
/* HEADER  */

#player {
	float: right;
	width: 100px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50px;
	right: 100px;
}



/* CONTENT */
 
#content {
	margin-top:475px;
	text-align: left;
	padding: 0; 
	color: #fff;
	line-height: 1.7em;
	font-size: 1em;
	position: relative;
	}
	
	
#download {
	padding-top: 40px;
	float: left;
	width: 280px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
 
#text {
	float: left;
	width: 260px;
	display: block;
	position: absolute;
	top: 0px;
	left: 315px;
	text-indent: 10px;
}

#extras {
	padding-top: 50px;
	float: right;
	width: 280px;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: center;
}
 
	
	
/* TEXT FORMATTING */
	
h1 { 
	font-size: 4em; 
	font-weight: normal; 
	padding: 0;
	display: none;
	}

h2 { 
	font-size: 1.5em; 
	color: #fff600; 
	padding: 0 0 10px 0;
	font-weight: normal; 
	}
	

h3 { 
	font-size: 1.5em; 
	font-weight: normal; 
	}
	
h4 { 
	font-size: 1.2em; 
	color: #939272;
	font-weight: normal; 
	}

p  { 
	margin: 0; 
 }

em { 
	
	cursor: pointer; }

a { 	
	text-decoration: none;
	color: #faedb8;
	}

a:hover { 
	color: #faedb8;
	text-decoration: underline; }

img {
	border: 0; }


ul {
	text-align: left;	
	}
	
ul,li {
	list-style-type:none;	
}
