html, body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Tahoma, Arial, Verdana;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
.inv {
	display: none;
	}
	
#one {
	width: 980px;
	height: 587px;
	background: url(images/01.jpg);
	margin: 0 auto;
	}
	
a.cover {
	display: block;
	width: 500px;
	height: 500px;
	text-decoration: none;
	float: left;
    margin: 47px 0 0 53px;
	}
	
* html a.cover {
	margin: 40px 0 0 25px;
	}
	
#text {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 340px;
	height: 150px;
    margin: 50px 0 0 43px;
	}
	
* html #text {
	margin: 45px 0 0 43px;
	}

#text p {
    margin: 0 0 10px 0;
    }
    
a.download {
	display: block;
	width: 357px;
	height: 75px;
	text-decoration: none;
	float: left;
	margin: 27px 0 0 35px;
	}
	
a.home {
	display: block;
	width: 357px;
	height: 255px;
	text-decoration: none;
	float: left;
    margin: 10px 0 0 35px;
	}
	
#two {
	width: 880px;
	height: 500px;
	margin: 0 auto;
	background: url(images/02.jpg) no-repeat top right;
	}
		
.fbcode {
	margin: 10px 0 0 100px;
	}
	
.fbcode a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}
	
	
.counter {
	text-align: center;
	color: grey;
	font-size: 8px;
	}