@charset "UTF-8";
/* CSS Document */
html{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#C3C3C3;
	background-color:#FFFFFF;
}
body{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	padding:0;
	margin:0;
}
div{
	margin:0;
	padding:0;
	border:none;
	width:955px;
	height:auto;
}
a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#C3C3C3;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a:focus{
	outline:none;
}

*:focus{
	outline:none;
}

#content{
	width:955px;
	height:465px;
	margin:-218px 0 0 -478px;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
}
#subnav{
	text-align:right;
	width:940px;
	padding-right:15px;
	padding-top:8px;
}
#help{
	height:200px;
	width:900px;
	padding:15px 0 0;
	margin:0 auto 50px;
	position:relative;
	color:grey;
}
.help{
	display:none;
}
.erl{
	width:435px;
	height:auto;
	position:absolute;
	top:45px;
	left:0;
	text-align:justify;
}
.eri{
	width:435px;
	height:auto;
	position:absolute;
	top:45px;
	left:470px;
	text-align:justify;
}
.bot{
	width:900px;
	height:auto;
	position:absolute;
	top:110px;
	left:0;
	text-align:justify;
}
