img, div, .backgrnd { behavior: url(iepngfix.htc) }

body {
	text-align: center;
	margin: 0;
}

td {
	font-size: 10px;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
}

.bigger {
	font-size: 12px;
	line-height:16px;
}

.big {
	font-size: 14px;
	line-height:18px;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

div#container {
	width: 840px;
	height: 100%;
	background-color: #000000;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	position: relative;
	width: 840px;
}


div#header {
	position: absolute;
	width: 840px;
	height: 160px;
	top: 0px;
	background-image: url(../images/background_top.jpg);
	z-index: 30;
} 

div#splash {
	position: absolute;
	width: 840px;
	height: 250px;
	top: 160px;
	left: 0px;
	background-color: #ffffff;
}

div#main {
	position: absolute;
	width: 840px;
	top: 410px;
	left: 0px;
	background-color: #e7e2cc;
}

div#footer {
	position: absolute;
	bottom: -30px;
	width: 840px;
	height: 30px;
}


* {
	text-decoration: none;
} 

html {
	height: 100%;
}
