body
	{
	background: #a41c1c url(/img/bkg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: Georgia,Times, Times New Roman, serif;
	font-size:100%;
	color: #1e1e1e;
}
body img{
	border:none;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
	a:hover { color: #d60; }
a:focus { -moz-outline: none -moz-mac-focusring; }
a:focus { color: #aaa; }

#container {
	width:750px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-375px;
	margin-top:-200px;
}

    
#outer{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 300px;
	margin-left: -375px; /* half of width */
	margin-top: -150px;  /* half of height */

}
	
	
#outer .inner{
	position:absolute;
	left: 50%;
	top :50%;
	width: 750px;
	height: 300px;
	margin-left: -375px; /* half of width */
	margin-top: -150px;  /* half of height */

}
   