/* CSS Document
 * set page background to black and text to white
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */

html, body {
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: repeat;
}
/* set the width of wrapper to same width as header image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
 
#wrapper {
	width: 766px;
	margin: 15px auto 0 auto;
	background-color: #000;
	border: solid 10px #000;
}#wrapper img {
	display: block;
}
#footer {
	background-color: #000000;
	height: 25px;
	clear: both;
	padding-top: 10px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.warning {
	color: #FF0000;
	background-color: #000000;
}
