html, body {
	margin:0; padding:0;
	height:100%;
    background: #000 url('img/password1.jpg') center no-repeat;
    background-position: center
}



#floater {

	position:relative; float:inherit;
	height:35%;	margin-bottom:-100px;
	width:1px;
}

#centered {
	position:inherit; clear:left;
	height:150px; width:100%; max-width:450px; min-width:150px;
	margin:0 auto;
	background:url('img/fondo.png');
	border:0px solid #666;
}

#bottom
{
	position:inherit;
	bottom:0;   left:100px;

}

#nav
{
	position:absolute; left:0; top:600px; bottom:600px; right:70%;
	padding:20px; margin:10px;
}

#content {
	position:absolute; left:30%; right:0; top:0; bottom:0;
	overflow:auto; height:340px;
	padding:20px; margin:10px;
}

p
{
font-size: 14px;
font-family: Arial Black;
text-align: center;
}


#banner {
	position:static; clear:left;
	height:85px; width:90%;
    top:110px; right:350px;
	margin:0 auto;
}


.loginlabel
{
	font-family: arial;
	color: black;
	font-weight: bold;
	font-size: small;
}