body{
	background: url(../images/home/home-bg.png);
	background-repeat: repeat-x;
}
#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#banner{
	height: 96px;
}
#middle{
	height: 312px;
}
#bottom-nav{
	height: 63px;
	background: url(../images/home/topnav.png);
	background-repeat: no-repeat;
	z-index: 100;
	position: relative;
}
#bottom-pics{
	margin-top: -15px;
	position: relative;
}
#bottom-pics img{
	margin: 0;
	display: block;
	float: left;
}
.red{
	color: #9A141B;
}
