html, body 
{  
height:100%; 
width:100%;  
margin: 0; 
padding: 0; 
}  

body {
text-align: left;
background: #000000; 
}

img, div, a, input { behavior: url(/stylesheets/iepngfix.htc); }

.wrapper {
position: relative;
width: 100%;
z-index:2;
text-align: left;
}

#header {
position: relative;
padding-top: 120px;
margin-bottom: 60px;
width: 960px;
}

#header img {
display: inline;
}

#middle {
position: relative;
height: 200px;
text-align: left;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
margin-bottom: 5px;
margin-left: 0px;
}

#middle img {
text-align: left;
margin-bottom: 5px;
margin-left: 0px;
}

#footer {
position: relative;
padding-top: 60px;
background-image: url(../images/footer_rpt.gif);
background-position: top left;
background-repeat: repeat-x;
}

#footer_credits {
position: absolute;
top: 0px;
left: 45px;
height: 25px;
width: 500px;
background-image: url(../images/jetblack_info.gif);
background-position: top left;
background-repeat: no-repeat;
padding: 5px 0px 0px 35px;
}

#footer_2 {
position: relative;
padding-top: 30px;
height: 100px;
width: 960px;
}
#footer_credits_1{
	width:300px;
	position:absolute;
	top:0px;
	left:52px;
	padding-right:15px;
}

#footer_credits_2 {
position: absolute;
top: 0px;
left:360px;
padding-left:15px;
border-left:1px solid #333;
}

.pad {
	padding-right: 15px;
	float: left;
}

.pop_wrapper {
	position: relative;
	padding: 15px;
}
