div#nojs_bg {

	display: block; position: absolute; top: 0; left: 0;

	background: #000; float: left;

	filter:alpha(opacity=80);

	-moz-opacity:0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

	width: 100%; height: 4000px;

	z-index: 1;

}

div#nojs_content {

	background: url(../images/bg-login.jpg) repeat-x;

	position: absolute; border: 5px solid black;

	left: 50%; margin-left: -190px;

	top: 200px; width: 280px; height: 280px;

	background-color: #FFFFFF;

	z-index: 2000; padding: 10px;

	font-weight: bold; display: block;

}

div#nojs_content img {

	margin: 0 0 40px;

}

div#nojs_content a {

	font-weight: bold;

}

div#nojs_content p {

	margin: 0 0 20px 0; font-weight: normal;

}

div#nojs_content h1 {

	color: #fff; margin: 0 0 30px;

}
