
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	/* ECD4D0 660000 */
	font-size: 11px;
	background-color: #FFC747;
}

p	{
	/*line-height: 140%;*/
	margin-top: 0;
	margin-bottom: 5px;
}

.head1 {
	font-weight: bold;
	font-size: 12px;
	color: #996600;
}

.head2 {
	font-weight: bold;
	font-size: 12px;
	color: #CC9933;
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #996600;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 550px;
	margin: -275px 0 0 -800px;
	padding: 275px 0 0 800px;
	overflow: hidden;
}
#holder {
	position: relative;
	left: -400px;
	top: -275px;
	width: 800px;
	height: 550px;
	background-image: url(../images/splash_web.jpg);
}