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

* {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper {
	height: 800px;
	width: 900px;
	background-image: url(wallp_02.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}


#center {
	width: 800px;
	height: 730px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#footer {
	background-color: #4D4D4D;
	clear: both;
	height: 70px;
	width: 800px;
	margin-left: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: small;
}