<style type="text/css">
/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body {
width:898px;
margin:0 auto;
margin-top:0px;
}



/* ----- HEADER ----- */



#header {
	width:907px;
	height:35px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/alto/01.gif);
	background-repeat: no-repeat;
}
#centrale_header {
	width:907px;
	height:113px;
	margin-left: auto;
	margin-right: auto;
}
#sotto_header {
	width:907px;
	height:27px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/alto/03.gif);
	background-repeat: no-repeat;
}


/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_4.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
	width:907px;
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

/* ----- NAVIGATION ----- */

#content_index {
	margin-top:0px;
	width:290px;
	min-height:580px; /* for modern browsers */
	height:580px !important; /* for modern browsers */
	height:580px;	/*margin-top:0px;*/
	float:left;
	background-image: url(../images/sin/sfondo_sin.gif);
}

/* ----- MAIN CONTENT ----- */


#navigation {
	width:613px;
	float:right;
}

#centro_nav {
	margin-top:0px;
	width:423px;
	min-height:275px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:275px;
	float:left;
}

#bottom_nav {
	width:186px;
	min-height:580px; /* for modern browsers */
	height:580; /* for modern browsers */
	height:580px;
	float:left;
	background-image: url(../images/dex/fondo_dex.gif);
	background-repeat: no-repeat;
}

/* ----- FOOTER ----- */

#footer_seconda {
	width:907px;
	height:50px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}
</style>

