﻿body {
	padding: 0;
	margin: 0;
	position: relative;
	background-image: url("../img/barilla_nopop_bg.jpg");
	background-repeat: repeat-x;
	background-color: #251508;
	text-align: center;
	font-family: helvetica;
}
.upper_left {
	position: absolute;
	top: 0;
	left: 0;
}
.upper_right {
	position: absolute;
	top: 0;
	right: 0;
}
.lower_left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.this_site {
	position:relative;
	z-index:10000;
	padding-top: 0px;
	width: 1040px;
	margin: 0 auto;
	text-align: center;
}

.this_site div {
	position:relative;
	float: left;
}

.this_site img {
	position: relative;
	float: left;
}
#spotlight {
	float: left;
	margin: -1000px;
	padding: 0;
	line-height: 0px;
}

