#head {
	position: relative;
	height:50px;
	margin: 0;
	width: 90%;
	left: 5%;
	background-color: #FFFFFF;
}
#head_top {
	height: 50px;
	background-image: url('../images/dragon2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#head_top img {
	position: absolute;
	top: 0;
	left: 1%;
}
#head_bottom {
	display: none;
}
#container {
	position: relative;
	width: 90%;
	height: 100%;
	margin-left: 5%;
	background-color: #FFFFFF;
}
#content {
	position:relative;
	width:100%;
	left:0;
	padding: 20px 0 10px 0;
	color: #444444;
}
#left_panel {
	display: none;
}
#right_panel {
	display: none;
}
#left_fade {
	display: none;
}
#right_fade {
	display: none;
}
#footer {
	position:relative;
	border-top: #CCCCCC solid 1px;
	padding: 5px 5px 0 5px;
	clear: both;
	left: 10%;
	width: 80%;
	height: 40px;
}
