html {
	margin : 0;
	padding : 0;

}
body {
	margin : 0;
	padding : 0;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 0.9em;
	background-color:#000033;


}
#container {
	width :858px;

	height:670px;
	margin-right : auto;
	margin-left: auto;
	background:none;
	background-image : url(img/fundo.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:none;
}
#logo {
	float:right;
	height:177px;
	background-image:url(img/fone.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:30px;
	width:219px;
	margin-top:330px;
}

