#pagecontorno{
	width:995px;
	height:95%;
	background:White;
	margin:0 auto;
	border: 0px solid Pink;
}

#area
{
	border: 0px solid black;
	position:relative;
	/*background-image: url(../images/background_content.jpg);*/
	background-color:white;
	/*background-repeat: repeat-x;*/
	float:left;
	width:995px; /*997px*/
	height:95%; /*100%*/
	padding-top: 20px;
}

#logotopo{
	border: 0px solid green;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	width: 355px;
	height: 46px;
	text-indent: -3000px;
	float: left; 
	margin-top: 50px;
	position:relative;
}

#login 
{
	border: 0px solid pink;	
	background-image: url(../images/fdo_login.jpg);
	background-repeat: no-repeat;
	display: block;
	width:997px;
	/*height:210px;*/
	height:190px;
	float:left;
	position: relative;
	text-align: center;
	margin: 80px 0px 10px 0px;
	vertical-align: middle;
	padding-top: 100px;
	color: DarkBlue;
	font-weight:bold;
}

#login .patch
{
	width: 200px;
}

#botao {
	width: 200px;
	text-align:right;
}

#mensagem
{
	border: 0px solid Red;	
	background-repeat: no-repeat;
	display: block;
	width:997px;
	height:18px;
	float:left;
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: Red;
	font-weight:bold;
}