@charset "cp1252";
/* DIVs CSS */

#menu{
	position: absolute;
	width: 700px;
	margin-left: 50%;
	left: -350px;
	height: 50px;
	z-index: 101;
	top: 20px;
}
#border {
	position: absolute;
	width: 300px;
	height: 216px;
	z-index: 300;
	left: 0px;
	top: 0px;
	background-image: url(../images/border.png);
}
#social {
	position: absolute;
	width: 500px;
	height: 100px;
	z-index: 200;
	left: -240px;
	margin-left: 50%;
	bottom: 40px;
}
#button_social {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 200;
	left: 10px;
	bottom: 0px;
}
#reservada {
	position: absolute;
	width: 200px;
	height: 50px;
	z-index: 301;
	right: 10px;
	top: 3px;
}
