html { 
	text-rendering: optimizeLegibility;
}
	 
body{
	font-family: "Liberation Sans", Arial, sans-serif;
	background:url(../images/bg.jpg) center 60px repeat-x;
	margin:0;
	padding:0;
}

/*****/ 

#wrapper{
	margin:0 auto;
	width:1200px;
	position:relative;

}

img {
	border:none;
	outline:none;
	align-self: 
	}
	
a {
	border:none;
	outline:none;
	text-decoration:none;
	}
	
h1 {
	width:300px;
	margin:20px auto;
	}
	
.middle {
	width:100%;
	margin:0 auto;
	text-align:center;
	}
	
a.download {
	width:289px;
	height:83px;
	background:url(../images/download.png) center top no-repeat;
	float:left;
	margin-left:325px;
	margin-top: 30px;
}

a.download:hover {
	background:url(../images/download.png) center bottom no-repeat;
}

p {
	margin-top:50px;
	width:100%;
	text-align:center;
	float:left;
	font-size:16pt;
	font-weight:bold;
	color:#fff;
}	

.footer {
	font-size:10pt;
	margin-top:120px;
	float:left;
	width:100%;
	text-align:center;
	}