html, body {
	margin: 0; padding: 0;
}

body {
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	color: white;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

h1 {
	background-image: url(../images/marvin.gif);
	background-repeat:no-repeat;
	font-size:small;
	height:33px;
	margin: 25px 0 7px 0;
	padding:0;
	text-align:left;
	text-indent:-9999px;
}

#wrapper {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#flashcontent {
	background-color:#000;
	padding: 10px;
	width:600px;
}

#footer {
	font-size: 10px;
	text-align:center;
	margin-top: 7px;
	color: #999999;
}

#footer a {
	color: #999999;
}
