body
{
	margin: 0;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;

}
#left
{
	margin: 0 auto 0 auto;
	width: 229px;
	height: 599px;
	position: absolute;
	left:0px;
	top:0px;
	background-image: url('images/img-left.png');
	background-repeat:no-repeat;
	background-position: center center; 
}

#content
{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 599px;
	position: absolute;
	left:230px;
	top:0px;
}
