/* CSS Document */
body{
	background-color:#2E1308;
}

div#wrapper-base{
	width: 940px;
	background:#2E1308;
	margin: 0 auto;
}

div#wrapper-inner-base{
	width: 75%;
	float: left;
}

div#wrapper-right-base{
	width: 1%;
	float: right;
}

div#wrapper-inner-base div#center{
	width: 99%;
	float: right;
}

div#wrapper-inner-base div#left{
	float: left;
}

