@charset "UTF-8";

html {
	height: 100%;
	width: 100%;
}
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#wrapper {
	width: 990px;
	height: 665px;
	margin: 0 auto;
	background-image: url(../images/backg.gif);
	background-repeat: no-repeat;
}

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	font-size: 10px;
	padding: 0;
}

