	body, body *, * {
		margin:0;
		padding:0;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}
	body {
		background-color:#e0a935;
		background-image:url(../img/bg/body.jpg);
		background-repeat:repeat-y;
		background-position:center;
	}
	#bodyImposter {
		position:absolute;
		width:800px;
		left:50%;
		top:115px;
		margin-left:-400px;
		overflow:hidden;
	}
	img#banner {
		display:block;
		position:absolute;

		left:50%;
		top:10px;
		margin-left:-400px;
	}
	
	#menu { 
		position:absolute; 
		visibility:hidden; 
		left:0;
		margin-left:0; 
		top:0; 
		z-index:200; 
		width:130px;
		height:100px;
		/*background-color:#000;*/
		
		background-image:url(../img/bg/menu.gif);
		background-position:right top;
		background-repeat:no-repeat;
	}
	#menu ul {
		list-style-type:none;
		margin:14px 0 0 15px;
	}
	#menu ul li {
		height:17px;
	}
	#menu a {
		font-size:10px;
		font-weight:bold;
		color:#4f3700;
		text-decoration:none;
	}
	#menu a:hover {
		color:#221903;
	}
	#container {
		background-color:#000;
		width:800px;
		height:400px;
		/*margin:50px auto 0;*/
		padding-top:30px;
	}
	/* HEADER */
	.header {
		width:580px;
		height:50px;
		margin:0 auto;
		padding:0;
		
	}
	#logo {
		display:inline;
		float:right;
		width:114px;
	}
	h1 {
		display:inline;
		float:left;
		color:#4a4a4a;
		font-size:24px;
		width:440px;
		font-weight:normal;
	}
	/* EAGLE */
	#eagle {
		width:100px;
		height:101px;
		position:absolute;
		top:135px;
		left:50%;
		margin-left:-70px;
	}
	
	
	/* CONTENT */
	#content {
		border: 1px solid #3a3836;
		width:580px;
		height:290px;
		margin:0 auto 0;
		clear:both;
	}
	#content .holder {
		margin:40px;
	}
	#content * {
		color:#c4c4c4;
		font-size:10px;
		text-align:center;
		line-height:1.9em;
	}
	#content p {
		margin-bottom:10px;
	}
	#content a {
		color:#ff7800;
		text-decoration:underline;
	}
	#content a:hover {
		text-decoration:none;
	}
	
	/* references */
	a#previous, a#next, span#previous, span#next {
		position:absolute;
		
		top:200px;
		display:block;
		
		background-position:left top;
		background-repeat:no-repeat;
		
		height:46px;
		width:42px;
		
		text-decoration:none;
	}
	a#previous span, a#next span, span#previous span, span#next span {
		visibility:hidden;
	}
	a#previous {
		background-image:url(../img/previous.jpg);
		left:30px;
	}
	a#next {
		background-image:url(../img/next.jpg);
		right:30px;
	}
	span#previous {
		background-image:url(../img/previous_disabled.jpg);
		left:30px;
	}
	span#next {
		background-image:url(../img/next_disabled.jpg);
		right:30px;
	}
	
	/* CUSTOMERS */
	#customers {
		width:300px;
		
		margin:0 25px;
		padding:140px 0 0 0;
	}
	#customers, #customers * {
		text-align:left;
		
	}
	/* COUNTER */
	p.counter {
		padding-top:10px;
		font-size:10px;
		color:#4a4a4a;
		text-align:center;
	}
	
	/* footer */
	.footer {
		width:800px;
		background-image:url(../img/bg/shadow.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		
		margin:0 auto;
		padding-top:25px;
	}
	.footer * {
		font-size:11px;
		color:#4f3700;
		text-decoration:none;
		font-weight:bold;
	}
	.footer a:hover {
		color:#221903;
	}
	.footer p {
		display:inline;
		float:left;
		width: 33%;
		
	}
	#valid {
		width:800px;
		position:absolute;
		top:50%;
		left:50%;
		text-align:center;
		margin:260px 0 0 -400px;
		
	}