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


body	{
	background-color: #dab173;
	
	padding: 0px;
	margin: 0px;
}

.altlink, .altlink a:link, .altlink a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.altlink a:hover,.altlink a:active  {
	text-decoration: underline;
}

#container {
	background: #dab173 url(../images/glow_background.gif) repeat-y center;
	margin: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#footer {
	background: #dab173 url(../images/desk_bottom.gif) no-repeat center;
	padding: 0px 0px 0px 0px;
	margin: -8px auto 0px auto;
}

