
body{
	background-color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.container{
	width: 750px;
}

.left{
	width: 77px;
	height: 329px;
	background: url(images/promo_02.jpg) no-repeat 0 top;
	float: left;
}

.middle{
	background-color: white;
	width: 600px;
	height: 329px;
	float: left;
}

.right{
	width: 73px;
	height: 329px;
	background: url(images/promo_04.jpg) no-repeat 0 top;
	float: left;
}
.contact{
	color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	text-align: left;
	padding-left: 170px;
}

.contact h1{
	font-size: 13px;
	text-transform: uppercase;
}

.contact a{
	color: #f1896a;
}

.bottom{
	width: 600px;
	padding-top: 25px;
	color: white;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	text-align: left;
}

.bottom p{
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

.bottom a{
	color: #ff7652;
}
