html, body {
	height: 100%;         /* required */
	overflow-y:hidden;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance {
	margin-bottom: -250px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 780px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

body {
	background-color: #000000;
}
#header {
	height: 50px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: yellow;
	position: absolute;
	z-index: 1;
}
#header a:link {
	color: #000000;
}
#header a:visited {
	color: #000000;
}
#header a:hover {
	color: #000000;
}
#header a:active {
	color: #000000;
}
#trunker {
	height: 435px;
	width: 780px;
	position: absolute;
	top: 50px;
	left: -9px;
	z-index: 1;
}
#footer {
	height: 15px;
	width: 780px;
	position: absolute;
	top: 485px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #787878;
}
#content #container #footer p {
	padding: 0px;
	color: #787878;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #container #header table {
	position: absolute;
	right: 0px;
	bottom: 1px;
	margin: 0px;
	padding: 0px;
	width: 147px;
}




#header #logo {
	position: absolute;
	bottom: 2px;
	cursor: pointer;
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
}