body {
	padding: 0px;
	margin: 0px;
/*	background-image: url("/images/2009/background-front.jpg");*/
	background-repeat: repeat-x;
}

img {
	padding: 0px;
	margin: 0px;
	float:left;
	border: none;
}
#banner {
/*	background-image: url("/images/2009/gradient.png");*/
	width: 100%;
	height: 15px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	padding: 15px 0px;
	text-align: center;
	margin-bottom: 0px;
}
#page {
	text-align:center;
	margin: 0px auto;
	width: 1026px;
	height: 880px;
	position:relative;
	left: 50px;
}

#left {
	position: absolute;
	width: 180px;
	height: 880px;
	left: -180px;
}

#right {
	position:absolute;
	width: 76px;
	height: 880px;
	left: 1026px;
}


