@charset "UTF-8";
/* CSS Document */

body{
	background:url(../_graphics/bg.jpg) no-repeat #191919;
	margin:0;
}

h1 {
	text-indent:-99999px;
}

#community {
	position:absolute;
	top: 293px;
	left: 26px;
	height:24px;
	width: 411px;
}


#columnOne {
	float:left;
	display:inline;
}


#columnTwo {
	position:absolute;
	float:left;
	padding-bottom:20px;
	display:inline block;
	left:450px;
}
	
	
#h2_signup {
	background:url(../_graphics/h2_signup.gif) no-repeat;
	display:block;
	width:260px;
	height:45px;
	text-indent:-999999px;
	margin-top:30px;
	margin-left:53px;
	}
	
#h2_theysay {
	background:url(../_graphics/h2_preorder.gif) no-repeat;
	display:block;
	width:308px;
	height:131px;
	text-indent:-999999px;
	margin-top:15px;
	margin-left:47px;
	margin-bottom:10px;
	}
	
	
#h2_preorder {
	background:url(../_graphics/h2_theysay.gif) no-repeat;
	display:block;
	width:506px;
	height:144px;
	/*text-indent:-999999px;*/
	margin-top:15px;
	margin-left:53px;
	margin-bottom:10px;
	position:relative;
	
	}

	
	
#h2_tour {
	background:url(../_graphics/h2_september.gif) no-repeat;
	display:block;
	width:167px;
	height:51px;
	text-indent:-999999px;
	margin-top:15px;
	margin-left:53px;
	}
	
	

	
.hr {
	background:url(../_graphics/hr.jpg) no-repeat;
	display:block;
	width:382px;
	height:19px;
	margin-left:48px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-left:53px;
	color:#FFFFFF;
	text-transform:uppercase;
}
	

#cd {
	position:absolute;
	top:105px;
	left:211px;
	display:block;
	width:35px;
	height:31px;
	text-indent:-999999px;
}


#cdthree {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:200px;
	height:144px;
	text-indent:-999999px;
}

#cdtwo {
	position:absolute;
	top:0px;
	left:200px;
	display:block;
	width:250px;
	height:100px;
	text-indent:-999999px;
}

#digi {
	position:absolute;
	top:105px;
	left:265px;
	display:block;
	width:165px;
	height:31px;
	text-indent:-999999px;
}

#lp {
	position:absolute;
	top:105px;
	left:451px;
    display:block;
	width:35px;
	height:31px;
	text-indent:-999999px;
}














.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%;
}