
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	/* ECD4D0 660000 */
	font-size: 11px;
	overflow: hidden;
}

a {
	color: #660000;
}
a:link {
}
a:visited {
}
a:hover {
	color: #cc0000;
}
a:active {
}

.link_req a {
	color: #FFFFFF;
}
.link_req a:hover {
	color: #cc0000;
}

#techinfo {
	color: #FFFFFF;
}
#welcome p  {
	line-height: 12px;
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;  /* width /2 */
	height: 300px; /* height/2 */
	margin: -300px 0 0 -800px; /* top/-2 right bottom left(-width) */
	padding: 300px 0 0 800px;  /* top/2  right bottom left(+width) */
	overflow: hidden;
}

#holder_enter {
	position: relative;
	left: -350px;
	top: -300px;
	width: 700px;
	height: 600px;
	background-image: url(../images/splash_mid2.jpg);
}
