/**
 * Styling for Platform 1
 *
 */
body
{
	font-size:14px;
	font-family:arial,sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#010201;
	color:#ffffff;
}


p,div,ul,li,h1,h2,h3,h4,h5,h6,span,form
{
	margin:0; padding:0;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.clear { clear:both; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

a {
/*color:#ADDDE3;*/
border:none;
text-decoration:none;
outline:none;
}
a:hover { text-decoration:underline; }
a img { border:none; }

h1 { font-size:1.7em; margin:0px; padding:0px 0px 0px 0px; }
h2 { font-size:1.6em; font-weight:normal; margin:0px; padding:12px 0px 8px 0px; }
h3 { font-size:1.2em; font-weight:normal; margin:0px; padding:12px 0px 8px 0px; }
p {
	line-height:1.3em;
	padding:3px 0px 10px 0px;
}
#container
{
	width:820px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	background-image:url(../images/splash.jpg);
}
#entrycontrol
{
	position:absolute;
	top:271px;
	left:1px;
	width:474px;
	height:165px;
	overflow:hidden;
	/*background-image:url(../images/splash-entry-NO.jpg);*/
}
#entrycontrol.entry-yes
{
	background-image:url(../images/splash-entry-YES.jpg);
}
#entrycontrol.entry-no
{
	background-image:url(../images/splash-entry-NO.jpg);
}
#entrycontrol h1,
#entrycontrol h2,
#entrycontrol p
{
	position:absolute;
	top:0px;
	left:500px;
}
#entrycontrol a
{
	position:absolute;
	display:block;
	width:415px;
	height:57px;
	overflow:hidden;
	opacity:0.5;
}
#entrycontrol a#entry-yes
{
	top:21px;
	left:28px;
}
#entrycontrol a#entry-no
{
	top:78px;
	left:28px;
}
#entrycontrol a span
{
	position:absolute;
	display:block;
	top:0px;
	left:500px;
}