/* generated by csscreator.com */ 
html, body{ 
	margin: 1.5em;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: transparent;
	color: #333;
	text-align: center;
	background-image : url(gallery/themes/siriux/images/backdrop.jpg);
	background-position : center;
	background-repeat : repeat-y;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:120px;
	background-color: transparent;
	width:100%;
} 
 
#maincol{
	background-color: transparent;
	float: none;
	display:inline;
	position: relative;
	width:900px;
}
 .imagefloat {
	float: left;
	margin-left : 1px;
	margin-right : 10px;
}

#footer{
	height:40px;
	background-color: transparent;
	clear:both;
	font-size : 0.8em;
	text-align: center;
 } 


 
 /* *** Float containers fix: *** */ 
.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 */  


