

/* Layout Stylesheet */ 

body{
 min-height: 100%;
 height: 100%;
 margin: 0;
 padding:0;     
 background: #fff;
 background-color: #DBDBDB;
 background-repeat: repeat-x;
 background-position: 0 bottom;
 color: #333333;
 text-align: center;
 }
 
#bg{
	
	top: 90%;
	
	position: absolute;
	
	clear: both;
	
	height: 88px;
	background-repeat: repeat-x;
	background-image: url("../images/bg.jpg");
}
 
#base
{
	text-align:left;
	width:764px;
	margin:0 auto;
	position:relative;
}

#mainUp{
 height: 217px;
 margin-top: 10px;
 background-image: url("../images/front/main_up.jpg");
 }
 
#mainMiddle{
 height: 120px;
 background-image: url("../images/front/main_middle.jpg");
 }
#mainBottom{
 height: 255px;
 background-image: url("../images/front/main_bottom.jpg");
 }
 
#menuLabel{
	color: #dedede;
	font-weight: bold;
	font-size: 15px;
	font-family: sans-serif;
	z-index: 10;
	position: absolute;
	left: 400px;
	top: 373px;
	width: 325px;
	height: 15px;
	text-align: right;
	
	background-color: #999;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-top: 4px;
	
	opacity: .70;
	filter: alpha(opacity=70);
}
 
#b1{
	left: 468px;
	top: 189px;
	width: 81px;
	height: 81px;

	background-image: url("../images/menu/big-quem_somos.jpg");
}

#b2{
	left: 561px;
	top: 189px;
	width: 81px;
	height: 81px;

	background-image: url("../images/menu/big-local.jpg");
}

#b3{
	left: 653px;
	top: 189px;
	width: 81px;
	height: 81px;

	background-color: #fff;
	background-image: url("../images/menu/big-contact.jpg");
}

#b4{
	left: 561px;
	top: 282px;
	width: 81px;
	height: 81px;
	background-image: url("../images/menu/big-finan.jpg");
}

#b5{
	left: 653px;
	top: 282px;
	width: 81px;
	height: 81px;
	background-image: url("../images/menu/big-imo.jpg");
}
