

html, body {

background: #222 url(../images/background.gif) top center;
background-repeat: repeat-y;

}


#container-top {

background: #000 url(../images/header.gif) top center;
background-repeat: no-repeat;
min-height: 600px;

}

#header {

height: 280px;

}


#subheader {

background-color: #252525;
height: 120px;

}

div#maincontent {

	font-size: 1.2em;

}

#footer {

background-color: #151515;
min-height: 65px;
padding: 8px 0;

}

#footer a {

color: #666;
text-decoration: none;

}


#h35 {
height: 35px;
}

.p8 {
padding: 8px;
}

.p30-8 {
padding-top: 90px;
}



.dark {
color: #252525;
}

.dark a {
color: #252525;
text-decoration: none;
}

.textcenter {
text-align: center;
}

.text {


font-family: Arial, sans-serif;
padding: 0;
margin-bottom: 16px;
}

a.credit {
color:		#555;
text-decoration: none;
display:	block;
padding: 	6px;
background-color: #111;
border: 1px solid #000;
margin: 1px 0;
}

a.credit:hover {
color:		#69f;
background-color: #151515;
border: 1px solid #252525;
}
