@charset "utf-8"; 
/* CSS Document */
body {
	padding: 0px;
	/*margin-top: 10px auto;*/
	/*margin: 0px;*/
	/*scrollbar-face-color: #f8f8f8;*/
	/*scrollbar-shadow-color: #cccccc;*/
	/*scrollbar-highlight-color: #ffffff;*/
	/*scrollbar-3dlight-color: #cccccc;*/
	/*scrollbar-darkshadow-color: #ffffff;*/
	/*scrollbar-track-color: #ffffff;*/
	/*scrollbar-arrow-color: #666666;*/
	position: relative;
	text-align: center;
	background-position: center top;
	background-position: top;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-x;
}  

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.background {
	width: 956px;
	position: relative; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-position: center;
	left: 1%;
	top: 1%;
	right: 1%;
	bottom: 1%;
	height: 570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}