body
{
	background-image: url("../imgs/panoTile.png");
	background-repeat:repeat;
}
#game
{
	position:absolute;
	left:50%;	
	left:50%;	
	top:44%;
	margin-left: -600px;
	margin-top: -250px;
	width: 1200px;
	height: 500px;
	
}
#menu
{	
	position:relative;
	width: 1200px;
	height: 500px;
	top: 0px;
	text-align:center;
}

#gamePlate
{	
	position: relative;
	width: 1100px;
	height: 500px;	
	left: 50%;	
	top: 0%;
	margin-left: -550px;
	margin-top: 0px;
	
}

#sobrePlate
{
	position: relative;
	width: 1200px;
	height: 500px;
	left: 0px;
	top: 0px;
}

#sobreTextoPlate
{
	position: relative;
	width: 618px;
	height: 394px;
	left: 300px;
	top: 10px;
	background: url("../imgs/sobre_fundo.png");
	text-align: center;
	color: #000000;
	font: 18px arial;
}

#creditosPlate
{
	position: relative;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	text-align: center;
	color: #000000;	
	background: url("../imgs/creditos_fundo.png");
	font: 15px "comic sans ms";
	
}

.botao
{
	display: inline;
	position: relative;
	top: 80%;
	left: 14%;
	margin: 5px;
	width: 100px;
}

.botao:hover
{
	-moz-transition-duration:0.8s;
	-moz-transform: scale(1.2, 1.2);
	
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 5s;
	-ms-transform: scale(1.2, 1.2);
	
	-webkit-transition-duration: 0.8s; 
	-webkit-transform: scale(1.2, 1.2);
	
	
	z-index: 11;
}

.botao2
{
	display: inline;
	position: relative;
	top: 102%;
	left: -13.5%;
	margin: 5px;
	width: 100px;
}

.botao2:hover
{
	-moz-transition-duration:0.8s;
	-moz-transform: scale(1.2, 1.2);
	
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 5s;
	-ms-transform: scale(1.2, 1.2);
	
	-webkit-transition-duration: 0.8s; 
	-webkit-transform: scale(1.2, 1.2);
	
	
	z-index: 12;
}

.titulo
{
	background-image: url("../imgs/titulo.png");
	width: 808px;
	height: 175px;
	left: 50%;
	margin-left: -404px;
	text-align: center;
	position: absolute;
}

#sobreGeral
{
	position: absolute;
	width: 600px;
	left:50%;
	margin-left: -300px;
	top: 190px;
	font: 15px "comic sans ms";
	color: #FFFFFF;
}

#winPlate
{
	position: relative;
	width: 519px;
	height: 179px;
	left: 50%;
	top: 50%;	
	margin-left: -260px;
	margin-top: -90px;
}

/*Parte do audio*/
#controleDeSom {
	position: absolute;
	left:90%;		
	top:50%;
	margin-left: -50px;
	margin-top: -250px;
	width: 200px;
	height: 500px;
}