@CHARSET "ISO-8859-1";
@IMPORT url("footer.css");
@IMPORT url("menu.css");
@IMPORT url("contenuti.css");

* {
    margin: 0;
    padding: 0;
    /*border:1px solid #00CC99;*/
}

html {
    background: url(/itala/public/images/template/body_pattern.gif);
}

body {
    background: url(/itala/public/images/template/body_high.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
}

img {
    border: none;
}

#main {
    margin: auto;
    width: 955px;
    background: url(/itala/public/images/template/main_background_repeat.jpg);
    background-repeat: repeat-y;
}

#header {
    width: 955px;
    height: 236px;
	background: url(/itala/public/images/template/header.jpg) no-repeat;
}

#headerFlash{
	margin-top:50px;
	margin-left:355px;
	position:absolute;
}

#colonnaMain {
    width: 955px;
    background: url(/itala/public/images/template/main_background_high.jpg);
    background-repeat: no-repeat;
	position:relative;
	min-height:239px;
}

#colonnaSx {
    width: 274px;
    margin: 123px 0 0 70px;
    float:left;
	display:inline;
}

#colonnaCentrale {
	width:547px;
	padding:35px 0 0 0;
	float:left;
}

table {
    border-collapse: collapse;
}

#punktone{
	position:absolute;
	margin:-200px 0 0 891px;
}
