body, html {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background:#222 url(webimages/foambg.jpg) repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#eee;
}
#noflash {
	position: absolute;
	width: 480px;
	top: 100px;
	left: 100px;
}

#box {
	position:absolute;
	width: 815px;
	height: 610px;
	background: #383838;
	top: 50%;
	left: 50%;
	margin-left: -407.5px;
	margin-top: -305px;
}


#logo {
	position:absolute;
	top: 50px;
	right: 64px;
	margin:0;
	padding:0;
}

#line {
	position:absolute;
	top: 0;
	right: 100px;
	height:610px;
	width:2px;
	margin:0;
	padding:0;
	background:#533189;
}

#splashPic {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left: 0;
}

#enter {
	color: white;
	font-size: 28px;
	position:absolute;
	top: 584px;
	left: 720px;
	height: 40px;
	width: 100px;
}
#enter a, #enter a:visited {
	color: white;
	text-decoration: none;
	height: 17px;
	width: 100px;
	margin:0;
	padding:0;
	display:block;
	background:url(webimages/welcome.gif) no-repeat;
}
#enter a:hover, #enter a:active {
	color: #533189;
	background:url(webimages/welcome_over.gif) no-repeat;
}

#api {
	position:absolute;
	left: 719px;
	top: 523px;
	margin:0;
	padding:0;
}

.Hline {
	width: 100%;
	height: 2px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	background:#222;
	overflow:hidden;
}
.Vline {
	height: 100%;
	width: 2px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	background:#222;
}

#textBG{
	position:absolute;
	margin:0;
	padding:0;
	width: 406px;
	height: 507px;
	top: 103px;
	left: 103px;
	background:#383838;
}

#info {
	position:absolute;
	margin:0;
	padding:0;
	width: 366px;
	height: 467px;
	top: 113px;
	left: 113px;
	line-height: 14px;
	color: #ddd;
}

#pcred {
	position:absolute;
	left: 109px;
	top: 6px;
}

#credits {
	margin:0;
	padding:0;
	color: #ddd;
	font-size: 7px;
	position:absolute;
	bottom: 4px;
	left: 4px;
}

#footer {
	position:absolute;
	width: 815px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -407.5px;
	margin-top: 315px;
	padding:0;
	color: #bbb;
	text-align:center;
	font-size:9px;
	line-height: 13px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #bbb;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#533189;
}