@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagens/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;
	padding:0;
	background-attachment:inherit;
}
#stage{
	position:relative;
	width:800px;
	height:800px;
	left:50%;
	margin-left:-400px;
}
#intro{
	position:relative;
	width:800px;
	height:400px;
	left:50%;
	margin-left:-400px;
	border:thin solid #FF9900;
	margin-top: 50px;
}
#mapa{
	position:relative;
	width:800px;
	height:600px;
	left:50%;
	margin-left:-400px;
	border:thin solid #FF9900;
}
#galeria{
	position:relative;
	width:780px;
	height:600px;
	left:50%;
	margin-left:-390px;
	border:thin solid #FF9900;
}