@charset "ISO-8859-1";

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #e2e2e2;		
	background-image: url(images/layer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#content {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	background-color: #302d23;
    z-index: 1;
}

