/* CSS Document */

body {
	margin:0px;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/introbgd.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	}
A:link {
	text-decoration: none;
	color: #CCC;
}
A:visited {
	text-decoration: none;
	color: #CCC;
}
A:active {
	text-decoration: none;
	color: #CCC;
}
A:hover {
	text-decoration: underline;
	color: #666;
}
#header {
	text-align:left;
	height: 98px;
	min-width: 960px;
	}
#wrapper {
	width:100%;
	height: 700px;
	}
#content {
	position:relative;
	height: 700px;
	text-align: center;
	background-repeat: repeat;
	float: inherit;
	}

