@CHARSET "ISO-8859-1";

body {
	background-image: url(../images/pukewall.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
        background-attachment: fixed;
	font-family: arial;
	color: #fff;
}

#headertext {
	font-weight:bold;
	font-size : 12pt;
	color: white;
}

#postheader {
	font-weight:bold;
	font-size : 12pt;
	color: white;
}

#postcontent {
	color: white;
}

A:link {
	text-decoration: none;
	color: white;
}

A:visited {
	text-decoration: none;
	color: white;
}

A:active {
	text-decoration: none;
	color: white;
}

A:hover {
	text-decoration: none;
	color: red;
}

#postspacer {
	/*
	background-color: #000;
	*/
	background-image: url(../images/pukespacer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	margin-bottom: 0px;
}

#band_login_container {
	color:white;
}
