@import url("geral.css");


body{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#5A5443;
	background:url(../img/bg.jpg) repeat-x left top;
	text-align:center;
	
	}

div#baner{
	width:778px;
	margin:0px auto;
	position:relative;
}

div#glass{
	float:left;
}

div#front{
	background:url(../img/bg_front1.png) no-repeat left bottom;
	width:481px;
	height:245px;
	position:absolute;
	top:251px;
	left:288px;
	z-index:1;
}

#frontesq{
	width:220px;
	float:left;
	text-align:left;
}

div#frontesq h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;

}

#frontesq form{
	margin:5px;

}


