@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}
#wrapper {
	width: 100%;


}
#wrapper #header {
	width: 100%;
	text-align: center;
}

#wrapper #header img {
	text-align: left;
	float: left;
	width: 50px;
	margin-top: -2px;
	margin-left: 12px;
#wrapper #nav {
}
#wrapper #content {
	display: inline;
	width: 0%;
}
#wrapper #content #Stage {
	width: 100%;
	display: inline;
	position: relative;
	clear: both;
}

}
#wrapper #footer {
	text-align: right;
}
