@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000000;
	background-image:url(images/Back.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	}

.main  {
	width:818px;
	background-image:url(images/bodyBackW_glow.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	
	}
.content {
	background-image:url(images/FooterCurve.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	margin-top:0;
	margin-bottom:0;
	
	}
	#footer {
		margin-top:-20px;
		}
