html, body {
	margin: 0;
	padding: 0;
	background: #000;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
	
#container {
	width: 890px;
	height: 682px;
	background: url(images/bg.jpg);
	margin: 0 auto;
	}
	
#cover {
	float: left;
	margin: 55px 0 0 166px;
	}
	
#cover a {
	display: block;
	width: 325px;
	height: 325px;
	}
	
#cover a span, #button a span {
	display: none;
	}
	
#total-downloads {
	float: left;
	color: #fff;
	font-size: 31px;
	margin: 339px 0 0 45px;
	width: 260px;
	height: 34px;
	text-align: right;
	}
	
#button {
	float: left;
	margin: 22px 0 0 154px;
	}
	
#button a {
	background: url(images/button.jpg) top center;
	width: 661px;
	height: 69px;
	display: block;
	}
	
#button a:hover {
	background: url(images/button.jpg) bottom center;
	}
	
#text {
	clear: both;
	width: 628px;
	height: 84px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	margin: 51px 0 0 175px;
	float: left;
	}
	
#email {
	font-size: 30px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	margin: -50px 0 0 0;
	}