*{
	margin:0px;
	padding:0px;
}

body{
	background:#030403;
}

#container{
	width:652px;
	margin:0 auto;
	margin-top: 41px;
}

h1,h2,h3,h4,a{
	text-indent:-99999px;
}

#h1_phoenix{
	background:url(_graphics/h1_phoenix.gif) no-repeat;
	width:652px;
	height:101px;
	display:block;
}

#a_download{
	background:url(_graphics/a_download.gif) no-repeat;
	width:652px;
	height:66px;
	display:block;
}

.left{
	width:auto;
	float:left;
}

#reviews {
	background:url(_graphics/reviews.gif) no-repeat;
	width:373px;
	height:220px;
	display:block;
}

#links{
	width:280px;
	height:92px;
	background:url(_graphics/links.gif) no-repeat;
	display:block;
	margin:0 auto;
}

#clouds{
	width:999px;
	height:256px;
	background:url(_graphics/clouds.gif) no-repeat;
	display:block;
	position: absolute;
	top:200px;
	
	z-index: -999;
}

#footerlinks{
	width:350px;
	position:relative;
	left:610px;
	top:179px;
	display: block;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


