body {
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999933;
	letter-spacing: 0px;
	list-style-position: inside;
	list-style-type: none;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 700px;
	height:700px;
	background-image:url(images/sw_bg.gif);
background-position:center;
background-repeat:no-repeat;
}

a {color:#993300; text-decoration:none}
a:hover {color:#993300; text-decoration:none}
a:active {color:#993300; text-decoration:none}
a:visited {color:#993300; text-decoration:none}