@charset "utf-8";
html {
	height: 100%;
	overflow: auto;
}

body {
	background-color: #333333;
	background-image: url(../images/black_pattern_wallpaper.jpg);
	background-repeat: repeat;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}

#wrapper {
	/*height: 100%;*/
	width: 900px;
	height: 630px;
	margin: 20px auto auto auto;
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -315px;*/
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0B087;
	height: 26px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#footer a {
	color:#B0B087;
	text-decoration: none;
}

