@charset "utf-8";
/* CSS Document Style*/
body {
	background-color: #1e1e1e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center center;
}
body,td,th {
	font-family: arial;
	font-size: 12px;
}
a {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #f2422a;
}
a:active {
	text-decoration: none;
	color: #C30;
}
/* CSS Document Layout*/

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#body {	width: 900px;
	margin-right: auto;
	margin-left: auto;}

#footer {	width: 900px;
	margin-right: auto;
	margin-left: auto;}
