#top{
	font-weight: bold;
	height: 40px;
	width: 100%;
	float: left;
	margin: 20px;
}

#mid{
}

#left{
	font-weight: bold;
	float: left;
	margin: 20px;
}

#right{
	font-weight: bold;
	float: left;
	margin: 20px;
}

#foot{
	position: relative;
	clear: both;
}

#text{
	position: relative;
	margin: 20px;
}

#image{
	position: absolute;
	left: -23px;
	top: 60px;
	width: 100%;
}

#logo{
	position: absolute;
	left: 334px;
	top: -10px;
}
