body{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #07025E;
}
hr{
	display: none;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	margin: 0px;
}
.content{
	display: block;
	width: 998px;
	margin: auto;
	padding-top: 130px;
}

.content .lotz{
	display: block;
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 332px;
	background-image:url(images/home_lotz.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom:50px;
}
.content .lotz h1{
	display: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.content .communication{
	display: block;
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 332px;
	height: 150px;
	text-align: center;
	margin-top:50px;
}

.content .communication h2{
	margin: 0px;
	padding: 0px;
	display: none;
	font-size: 0px;
}

.content .communication a{
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	text-align: center;
	border: none;
	margin: auto;
	margin-top: 50px;
	background-image: url(images/home_communication.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.content .communication a:hover{
	background-image: url(images/home_communication_Hover.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.content .media{
	display: block;
	float: left;
	margin: 0px;
	width: 332px;
	text-align: center;
	margin-top:50px;
}

.content .media h2{
	margin: 0px;
	padding: 0px;
	display: none;
	font-size: 0px;
}

.content .media a{
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	text-align: center;
	border: none;
	margin: auto;
	margin-top: 50px;
	background-image: url(images/home_media.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.content .media a:hover{
	background-image: url(images/home_media_Hover.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.spaghetti{
	display:block;
	clear:both;
	text-align:center;
	background-image: url(images/home_spaghetti.gif);
	background-position: center;
	background-repeat: no-repeat;
	height:70px;
}

.spaghetti:hover{
	background-image: url(images/home_spaghetti_Hover.gif);
}
.spaghetti img{
	display:block;
	border:none;
	margin:auto;
}
.fine{
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 0px;
	height: 0px;
}
