@charset "utf-8";
/* CSS Document */
var {
		font-style:normal;
		}
body {
	 
	background-color: rgb(25,10,5) !important;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-top: 0px;
	font-style:italic;
	}
	body a {
		color: #FFF;
		text-decoration: none;
		}
		body a:hover {
			color:#FC9;
			}
	body img {
		border: 0px; 
		}

#container {
	background-image:url(gfx/bg.jpg);
	width:960px;
	height:960px;
	margin:0 auto;
	margin-top: 0px;
	padding:0px;
	
	
	}

#header {
	background-image:url(gfx/header.png);
	width:960px;
	height:293px;
	margin:0 auto;
	margin-top: 0px;
	padding:0px;
	display:block;
	clear:both;
	
	
	}
	#content_header {
	background-image:url(gfx/content_header.png);
	width:939px;
	height:25px;
	margin:0 auto;
	margin-top: 20px;
	text-align:center;
	}
	.changeout {
		border: 1px solid #fff;
		}
	#footer {
		width: 900px;
	
		margin: 0 auto;
	margin-top: 100px;
	padding-top:10px;
		border-top: 1px solid rgb(46,18,9);
		}
		#footer div {
			width:300px;
			float:left;
			text-align:center;
	font-style: normal;
			
			}
