body {
	margin:0;
	
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	
	background: url(../images/sfondo.jpg) #000000 top center no-repeat;
}

/* layout generali */
div#container_welcome {
	width: 100%;
	
	margin: 0 auto;
}

div#content_welcome {
	position:relative;
	width: 100%;
	height: auto !important;
    height: 550px;
    min-height: 550px;
}

div#content_body_welcome {
	position:relative;
	top:0px;
	left:0px;
	width: 980px;
	height: 550px;
	margin: 0 auto;
	
	background: #000000;
	
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

div#indirizzo {
	position:relative;
	top:20px;
	left:0px;
	width: 270px;
	height: auto;
}

div#benvenuti {
	position:relative;
	top:20px;
	left:0px;
	width: 190px;
	height: 19px;
	
	background: url(../images/benvenuti.jpg) top center no-repeat;
	
	margin: 0 auto;
}

div#enter_befane {
	float:left;
	top:0px;
	left:0px;
	width: 270px;
	height: 300px;
	
	margin-left: 160px;
	margin-top: 60px;
}

div#logo_befane {
	position:relative;
	top:0px;
	left:0px;
	width: 270px;
	height: 74px;
	
	background: url(../images/logo_befane.gif) top center no-repeat;
}

div#entra_befane {
	position:relative;
	top:0px;
	left:0px;
	width: 270px;
	height: 27px;
	
	background: url(../images/entra_befane.jpg) top center no-repeat;
	
	margin-top: 20px;
	
	cursor: pointer;
}

div#enter_omnia {
	float:right;
	top:0px;
	left:0px;
	width: 270px;
	height: 300px;
	
	margin-right: 160px;
	margin-top: 60px;
}

div#logo_omnia {
	position:relative;
	top:0px;
	left:0px;
	width: 270px;
	height: 74px;
	
	background: url(../images/logo_omnia.gif) top center no-repeat;
}

div#entra_omnia {
	position:relative;
	top:0px;
	left:0px;
	width: 270px;
	height: 27px;
	
	background: url(../images/entra_omnia.jpg) top center no-repeat;
	
	margin-top: 20px;
	
	cursor: pointer;
}

div#text {
	position:absolute;
	top:300px;
	left:0px;
	width: 980px;
	height: auto;
	
	color: #999;
	
	text-align: center;
}

div#banner_flash {
	position:relative;
	top:340px;
	left:0px;
	width: 88px;
	height: 31px;
	
	background: url(../images/banner_flash.jpg) top center no-repeat;
	
	margin: 0 auto;
	
	cursor: pointer;
}

div#footer_welcome {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 100%;
	height: auto !important;
    height: 100px;
    min-height: 100px;
}

div#footer_body_welcome {
	position:relative;
	top:0px;
	left:0px;
	width: 980px;
	height: auto !important;
    height: 100px;
    min-height: 100px;
	margin: 0 auto;
}

div#credits_welcome {
	position:relative;
	top:0px;
	left:0px;
	width: 980px;
	height: auto;
}

/* font styles */
.link {
	text-decoration:none;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.blu {
	color: #4893EE;
}
.green {
	color: #3DE222;
}
.orange {
	color: #FFAE00;
}