/* CSS Document immaginiseo*/
a.enlace:link    {text-decoration: none; Color: #FF0000}
a.enlace:visited {text-decoration: none; Color: #FF0000}
a.enlace:hover, active   {Color: #FFFFFF}

body { 

/*scrollbar-base-color: #FF0000; scrollbar-arrow-color: #000000;*/

background-attachment: fixed;
	/*background-image: url(../immaginiseo/dk_bk.jpg);*/
	background-color: #666666;
	border-top-width: 0;  	
	text-align: center;
	margin: 0;
	padding: 0;  
	margin-top: 30px;
	font-family: verdana;
	font: 10pt/18pt verdana;
	color: #000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #993300;
	width: 750px;
	
	/*background: url("/path/to/your/background_cols.gif") repeat;*/
}

#containerindex {
	margin-top: 20px;
	margin-left: 50px;
	width: 650px;
	text-align: center;
}

#container {
	width: 750px;
	text-align: center;

}
#header {
	margin: 0;
	height: 100px;
	/*border-bottom: 1px solid #FF0000/*;
	/*background: #D2E6EB;*/
	/*background: yellow;*/
}

#side-a {
	background: #CC9966;	
	font: 9pt/16pt verdana;
	float: left;
	width: 180px;
	height: 450px;
}

#side-b {
	padding-top: 70px;
	background: #CC9966;
	float: right;
	width: 150px;
	height: 380px;
	/*border-left: 2px solid #993300;*/
}

#content {
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 415px;
	background: #CC9966;
	height: 445px;
}

.content img{
	float: left;
	margin: 6px;
}

#footer {
	padding: 5px;
	text-align: left;
	width: 740px;
	height: 31px;
	clear: both;
	background-image: url(../immaginiseo/fondo_footer.gif);
}

