@charset "utf-8";

#footer {
	position: relative;
	/*top: 15px;*/
	top: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #999999;
}
a {
	color: #999999;
}

body {
	/*background-color: #e4e4e4;*/
	/*background:url(index_files/blackstrip.jpg);*/
	background-color: #e4e4e4;
	background:url(index_files/bg_site.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#content {
	width: 960px;
	margin: 0 auto;
	margin-top: 65px;	
}
