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

body {
	background-color:#000;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 1;
}

#main {
	height: 100%;
	width: 100%;
}

.content {
	width: 550px;
	padding-top: 25px;
	margin: 0 auto;
}

	

