@charset "utf-8";
/* CSS Document */


body{
	background-color:#0A0A0A;
	margin: 0;
	background-image: url(../images/bg-body.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#wrapper{
	width:866px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #0A0A0A;
	border-left: 5px #ffffff solid;
	border-right: 5px #ffffff solid;
}
