#banner
{
	width: 728px;
	height: 90px;
	qbackground: blue;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#left
{
	width: 120px;
	height: 600px;
	qbackground: blue;
	position: relative;
	float: left;
	qpadding-top: 200px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#right
{
	width: 160px;
	height: 90px;
	qbackground: blue;
	position: relative;
	float: right;
	qpadding-top: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#bottom
{
	width: 728px;
	height: 90px;
	position: relative;
	float: right;
	clear: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
	margin-left: 20px;
	padding-bottom: 20px;
}
