/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! STRUCTURE !!! */
#container {
	position: relative;
	border: 4px solid #000000;
	width: 980px;
	height: auto;
	top: 8px;
	margin: 0px auto;
}
#header {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	height: 80px;
	text-align: left;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}
#main {
	background-color: #000000;
	width: 100%; height: 100%;
}
#main .header {
	position: relative;
	height: auto; width: 100%;
	background-color: #333333;
	padding: 0px 16px 0px 16px;
}
#main .body {
	position: relative;
	height: auto; width: 100%;
	background-color: #333333;
	padding: 0px 16px 0px 16px;
}
#main .header p {
	font-family: helvetica;
	font-size: 16pt;
	color: #ecea55;
}
#main .body p {
	font-family: helvetica;
	font-size: 12pt;
	color: #ffefde;
}
#main .body img {
	margin: 0px auto;
	border: 0px;
}
#footer {
	position: relative;
	background: #000000 url(../images/star_wrap_h.png);
	background-repeat: repeat-x;
	border-top: 4px solid #000000;
	width: 100%;
	height: 32px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! HTML OVERRIDES !!! */
body {
	background: #000000 url(../images/bg4.png) repeat 0 0;
}
img {
	border: 0px;
}
img.center {
	display: block;
	margin: 0px auto;
}
