body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_i.jpg);
	background-color: #5E250F;
	background-repeat: no-repeat;
	background-position: 41% 0;
	width: 100%;
	display: table;
}
#container {
	height:auto;
	text-align:center;
	width:auto;
}
#content {
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding-top:23px;
	width:950px;
}
.white {
	color: #FFF;
}

