body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: verdana,arial;
	font-size: 12px;
	background-image: url("../gfx/wall_background3.jpg");
	background-repeat: no-repeat;
}
#site {
	width: 750px;
	background-color: #333333;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 10px;
	text-align: left;
}
#header {
	width: 733px;
	height: 45px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
}
#footer {
	width: 733px;
	color: #cccccc;
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#logo {
	float: left;
	width: 141px;
}
#address {
	float: right;
	width: 400px;
	font-weight: bold;
	color: #ffcc33;
	text-align: right;
	margin-top: 30px;
}
#movingimg {
	clear: both;
	width: 750px;
	height: 200px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#nav {
	width: 750px;
	height: 22px;
	background-color: #000000;
	padding-top: 7px;
	border-bottom: 1px solid #999999;
	color: #ffcc33;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a.hot {
	color: #33cc33;
	text-decoration: none;
}
#nav a:hover {
	color: #33cc33;
}
#main {
	width: 730px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url("../gfx/logo_rogue_background.jpg");
	background-repeat: repeat-x;
}
#button {
	background-color: #333333;
	border-color: #cc3333;
}
.error {
	font-weight: bold;
	color: #ff3333;
}	