.container {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 152px;
	width: 865px;
}
.navbar {
	text-align: center;
	height: 42px;
	width: 865px;
}
.footer {
	height: 152px;
	width: 865px;
}
.container #logo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.body {
	width: 865px;
	background-image: url(../images/dragon_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content {
	margin-top: 10px;
	width: 495px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
