html{
	margin-top: 0px;
	margin-left: 0px;
}

body {
	background-color: #003399;
}

#home_container { 
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 2em;
	width: 100%;
}

#home_left, #home_right, #home_center {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: center;
}

#home_left, #home_right {
	width: 20%;
}

#home_center {
	width: 60%;
}

#home_bar_top, #home_bar_down, #home_bar_middle {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	text-align: center;
}

#home_bar_top {
	margin-top: 2em;
}

#home_bar_middle {
	background: url(images/striscia_logo.gif);
}


