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

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) 5px -1px repeat-x;	
	background-attachment:fixed;
	margin-top: 0;
}

#container{
	margin: 0 auto;
	width: 963px;
	height: 576px;
	background: transparent url(../images/main.jpg) 0 0 repeat-x;
	border: none;
}

#siteLinks {
	padding: 310px 0 0;
	height: 215px;
}

#siteLinks li {
	margin: 0 0 0 142px;
	float: left;
	display: inline;
}

#siteLinks li a {
	display: block;
	width: 145px;
	height: 23px;
}

#footer {
	background-color: transparent;
	width: 90%;
	margin: 0 auto;
}

#footer a {
	color: #fff;
}

#seo_text {
	margin: 15px auto;
	width: 910px;
	color: #666;
	height: 150px;
/*	overflow: scroll;  */
	background:transparent;	
}

.clear {
	clear: both;
}

#seo_text p {
	color: #999;
	padding: 0;
	margin: 1.0em;
}

#seo_text a {
	color: #cc0000;
	text-decoration: underline;
}

#seo_text a:hover {
	color: #fff;
	text-decoration: underline;
}

#footertext {
	height:150px;
}