body {
	background-color: #CCCCFF;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
}

#page {
	text-align: center;
	display: block;
	margin: 10px auto auto;
	padding: 0px;
	position: relative;
	width: 780px;
}

#splash {
	margin: auto;
	padding: 0px;
	height: 535px;
	width: 780px;
	background-image: url(../images/layout/full.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	left: 0px;
	top: 0px;
}
#enterBox {
	left: 317px;
	top: 218px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	width: 147px;
	height: 97px;
	position: absolute;
	display: table;
}
a:hover #enterBox {
	background-color: #999999;
	cursor: hand;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
#menu a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}

#text1 {
	left: 10px;
	top: 114px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 137px;
	height: 88px;
	position: absolute;
	z-index: 2;
	padding: 5px;
	display: table;
	overflow: hidden;
}
#text2 {
	left: 9px;
	top: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 291px;
	height: 91px;
	position: absolute;
	z-index: 2;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
}
.quote {
	font-style: italic;
}
* html #text1 {
	height: 96px;
	width: 147px;
	padding: 0px;

}
* html #text2 {
	height: 101px;
	width: 301px;
}
#text3 {
	left: 623px;
	top: 322px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 138px;
	height: 86px;
	position: absolute;
	z-index: 2;
	padding: 5px;
}
* html #text3 {

	height: 96px;
	width: 148px;
}
.center {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.centerText {
	vertical-align: middle;
}
* html .center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}
* html .centerText {
	position: relative;
	top: -50%;
	left: -50%;
	display: table-cell;
	vertical-align: top;
}
#menu {
	position: absolute;
	top: 550px;
	display: table;
	white-space: nowrap;
	width: 780px;
	left: 0px;
}
.link {
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: 585px;
	width: 780px;
	left: 0px;


}
