
html, body{
 background:#232f23 url('images/background10.jpg')/*url('images/background.gif')*/;
 background-repeat: repeat-x;
 background-position:top center;
 background-attachment: fixed;
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size:12px;
 color:#ffffff; 
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:950px;
 }

.trans {
 filter: alpha(opacity=90); /**IE syntax**/ 
	opacity: .90;
 text-align: left;
 padding-left: 30px;
 padding-right: 30px;
 valign: top;
 background: #232f23; 
}



a {
	text-decoration: none;
	outline: none;
	color:#ffffff;
	}
a:visited {
	color:#ffffff;
	}
a:active {
	color:#ff0000;
	}
a:hover {
	color:#ff0000;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


