html, body{
	padding: 0;
	margin: 0;
	background: url(/images/stripped_bg.jpg) fixed top left;
	color: #E1E1E1;
	height: 100%;
}

#container{
	width: 920px;
	height: 100%;
	background-color: #000;
	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	/*overflow: auto;*/
}

#header{
	clear: both;
	padding: 10px;
	height: 80px;
	background: url(/images/stripe.png) no-repeat bottom;
}

#content{
	padding: 20px;
	width: 880px;
	min-height: 420px;
	background: url(/images/content_bg2.jpg) repeat-y;
	display: block;
	overflow: hidden;
}

#menu{}

#features{
	background: url(/images/trans_bg.png);
	float: left;
	border: 1px solid #AE3701;
	width: 630px;
	min-height: 420px;
	padding: 4px;
	text-align: justify;
}

#content #loginForm{
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* background: url(/images/trans_bg.png) top left;
	border: 1px solid #AE3701; */
}


#content #dlogin{
	float: right; 
	padding-right: 20px;
}

#content #dlogin #loginForm input{
	border: 1px solid ##FF4F00;
}

#footer{
	font-size: 9pt;
	/* margin: 4px; */
	padding: 20px;
	background: url(/images/stripe.png) #000 no-repeat top;
	clear: both;
}

#footer ul{
	list-style-type: none;
	font-size: 12pt;
}

#footer li{
	font-size: 10pt;
	text-indent: 12px;
}


/* Links */

a{
	color: #9E9E9E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}