#header {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 45px;
	width: auto;
	color: #333333;
	background-color: transparent;
	text-align: center;
}
#left {
	position: absolute;
	left: 10px;
	top: 70px;
	width: 150px;
	color: #808080;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}
#content {
	color: #333333;
	background-color: transparent;
	text-align: left;
	margin: 60px 10px 10px 170px;
}
