html { 
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	background-color:#000;
	margin:0;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#wlogo{
	position: absolute;
	width:100%;
	height:120px;	
	background-color:#000;
	top:120px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-image:url(../image/red.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#logo{
	position:relative;
	margin: 0 auto;
	width:726px;
	height:120px;
	background-color:#000;
	border-top:0px;
	border-bottom:0px;
	
} 

#link{
	float:left;
	top: 0px;
	width: 242px;
	border: none;
}
#link a, #link img{
	top: 0px;
	width: 242px;
	border: none;
}

#windirizzo{
	position: absolute;
	width:100%;
	height:120px;	
	background-color:#c00;
	top:300px;
	border-top:1px;
	border-bottom:1px;
	border-color: #fff;
	border-style: solid;
	border-left: 0px;
	border-right:0px;
}

#windirizzo2{
	position:relative;
	margin: 0 auto;
	height: 100%;
	width:726px;
	background-color:#c00;


} 
#indirizzo{
	position:absolute;
	left:0px;
	width: 100%;
	bottom:-14px;
	font-size:10px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
#incostr{
	position:absolute;
	left:253px;
	top:30px;
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
	color:#fff;
	}

