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

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #330000; 
	background-repeat: repeat;
	color: #ffffff;
	line-height: 18px;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-top:10px;
}

body a:link, a:active, a:visited {
	color: #f6f0df;
	text-decoration: none;
}

body a:hover {
	color: #a19f13;
	text-decoration: underline;
}

#container {	
	margin: 0px auto;
	width:880px;
	text-align: center;
	padding: 0 0;
	position: relative;
	background-color: #000000;
}

#header {
	background-color: #330000;
	width: 880px;
	height: 180px;
	vertical-align: middle;
	margin-top: 0px;
}

#content {
	background-color: #000000;
	vertical-align: middle;
	overflow: auto;
	width: 575px;
	height: 559px;
	margin: auto auto;
	posiion: absolute;
	top: 180px;
	z-index: -3;
	scrollbar-3dlight-color:black;
        scrollbar-arrow-color:#6b6a0d;
        scrollbar-track-color:black;
        scrollbar-darkshadow-color:black;
        scrollbar-face-color:#330000;
        scrollbar-highlight-color:black;
        scrollbar-shadow-color:black;
	
}

#footer {
	width: 880px;
	height: 120px;
	background-color: #330000;
	text-align: center;
}

#design {
	float:left;
	padding: 14px;
	font-size: 16px;
	color: #f6f0df;
}

#copyright {
	float: right;
	padding: 14px;
	font-size: 16px;
	color: #f6f0df;
	clear: right;
}

a:focus {
	outline: none;
}
