html, body{ 
height: 100%; width:100%; font:12px Arial, Helvetica, sans-serif; color:#333;}

img{
-ms-interpolation-mode: bicubic; }

img{
outline:none;
text-decoration:none;}

#background_container { 
top:0; 
left:0; 
position: absolute;}
	
#background { 
position:fixed; top: 0px; left: 0px; overflow:hidden; }

* html #background{
position:absolute;}


#mainwrapper{
	background-color:#090;
	width:900px;
	margin:auto;}
	
#wrapper{
	width:900px;
	position:absolute;
	
}

#head{
	background: url(../images/header.png) repeat-y center 0;
	height:166px;
}



div.transbox
  {
	 position:relative;
  text-align:center;
  width:700px;
  height:250px;
  margin:0 auto;
  background-color:#fff;
  border:1px solid black;
  filter:alpha(opacity=60);
  opacity:0.6;
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
  
a{
	font:bold 12px/160% Arial, Helvetica, sans-serif;
	border-right:1px solid #ccc;
	color:#C00;
	border:0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}