@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#000228;
}

/* **************inizio parte "importata" per la centratura***************** */

html, body, .swc0 {
	height: 100%;
}

.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	white-space: nowrap;
}

* html .swc1 {
	text-align: center;
}

* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
}
 html .swc3 {
	height: 100%;
}

html .swc2 {
	display: inline;
	height: 0;
}

/* **************fine parte "importata" per la centratura***************** */

#content {
	background-image:url(images/lineabg_contentblu.jpg);
	width:760px;
	margin:0px auto;
	display: block;
}

#header {
	width:100%;
	heigth: auto;
	position:relative;
	border-bottom:#000000 solid;
	border-bottom-width:5px;
}

#address {
	width:100%;
	position:relative;
	height:26px;
	text-align:left;
}

#mbox {
	heigth: auto;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	height: auto;
}

#footer {
	width:100%;
	position:relative;
	height:19px;
}
