/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../imagenes/pavarotti-fdo-web-01.jpg);
	background-repeat: repeat;
	background-position: center top;
} 
 
#pagewidth{
	width:1010px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	height:260px;
	width:100%;
	background-image: url(../imagenes/pavarotti-chapa.jpg);
	background-repeat:   repeat-x;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;

 width:; 
	width: 100%;
 }
 
#footer{
	height:40px;
	clear:both;
	background-image: url(../imagenes/pavarotti-footer.jpg);
	background-repeat:   repeat-x;
	background-position: center center;
	font-family: "Arial Black", Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
 } 
 

 
 /* *** 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 */  
