body {
	background: url('../img/bkg.jpg');
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.grad {
	background: url('../img/grad.png') repeat-x;
}

.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.header {
	height: 150px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	border-bottom-width: 1px;
	padding-top: 65px;
}

.mid {
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	border-bottom-width: 1px;
	clear: both;
	height: 300px;
}

.what {
	clear: both;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}

.bot {
	width: 480px;
	float: left;
	color: #FFF;
	padding-top: 20px;
	text-align: center;
}

.pics {
	width: 320px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.foot {
	clear: both;
}