

#container {
	display:block;
	position: inherit;
	padding:0;
	width:100%;
	background:#fff;
	top:172px;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	opacity: 0.90;
	-moz-opacity: 0.90;
	left: 13px;
}

#logo{
	display:block;
	position: absolute;
	width:186px;
	height:32px;
	background: url(../img/logo.gif) no-repeat 0 0;
	left:50%;
	margin:0 0 0 -280px;
	top:15px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

#content{
	position:relative;
	display:block;
	width: 660px;
	left:50%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:60px;
}


