@charset "utf-8";
body {
	background-repeat: repeat;
	background-color: #000000;
}
#foot {
	height: 50px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




#wrapper {
	height: 550px;
	width: 700px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content {
	height: 700px;
}

