body{
  background-color:#000000;
}

#horizon{
	text-align: center;
	position: absolute;
	top: 0px;
/*  top: 50%;*/
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
}
	
#content{
  	width: 100%;
	height: 770px;
/*  margin-left: -502px;*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  top: -340px;*/
/*  left: 50%;*/
/*  visibility: visible;*/
}

#noflash{
	margin:0 auto 0 auto;
	width:700px;
}


#game-horizon, #exit-button-horizon{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}


#game, #exit-button-container{
  width: 640px;
  height: 480px;
  margin-left: -320px;  /***  width / 2   ***/
  position: absolute;
  top: -240px;          /***  height / 2   ***/
  left: 50%;
}

#exit-button{
  width: 43px;
  height: 46px;
  margin-left: 650px;
  position: absolute;
  top: 0px;
/*  left: 50%;*/
}

h1 {
    font-family: Times New Roman, Times, _serif;
    font-size: 30;
	font-weight: bold;
}
h2 {
    font-family: Arial, Helvetica, _sans;
    font-size: 24;
}

.titulo1{
	font-size: 16;
	color:#FFFFFF;
	font-weight:bold;
}

.titulo2{
	font-size: 13;
	color:#FEFFF0;
	font-weight:bold;
}
a{
    color: #7CCA4A;
	text-decoration:underline;
}
a:hover{
	color: #00ff00;
	text-decoration:underline;
}



