* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;

}

body {

    font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1em;
	color:white;



   }


#main{
	/* The main div */
	margin:40px auto;
	position:relative;
	width:850px;
}
#painel {
    background:url(images/layout/fundo.gif) 0 0 no-repeat ;
    width:897px;
    height:483px;
    position: absolute;
    top: 182px;
    margin:0 auto;
    padding: 5px;
    right:4px;
}
.form {
    width:897px;
    height:483px;
    position: relative;
    margin:0 auto;
    padding: 13px;
    left:60px;
    top:-60px;
}

.fone{

     font-family: Arial;
     font-size:17px;
	 color:white;
     width:800px;
     height:20px;
     position: relative;
     top:430px;
     left:120px;


}












