@charset "utf-8";
/* CSS Document */

*{ margin:0;
	padding:0;}

/**GEral**/

body{background:#2d6d57;
	font-family:Arial, Helvetica, sans-serif; }	

#containerMain{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:auto;
}

address {  width:10%;
			margin:0 auto 20px;
	}

#containerContent01, #containerContent02{
	width:950px;
	height:auto;
	overflow:hidden;
	border:5px  #004A25 solid;
	margin:0 auto;
}


#containerContent02{ border:none;
					 }
/***Conteudo do GAme***/


.contentFrame{  background:#FFF;
				width:95,5%;
				height:auto;
				overflow:hidden;
				border:5px  #004A25 solid;
				margin:30px auto;
				padding:20px 15px;}

.contentFrame h1, h2, h3{ background:#2d6d57;
			font:bold 20px Tahoma, Geneva, sans-serif;
			padding:10px;
			color:#FFF;
			text-shadow:#000 1px 2px 1px;}

.contentFrame p{ margin:20px 5px;
   font-size:16px;
   line-height:30px;}
 

.contentFrame ul{ margin:0 25px 30px;} 

.contentFrame span a{color:#900;
					 margin-left:5px;}
					 
/***Area do GAme****/
#top{ 	background:url(../imagens/top.jpg) left bottom no-repeat;
		width:100%;
		height:196px;
		float:left;}
		
#logo{ margin:10px 300px 0;
		width:363px;
		height:187px; 
		float:left;}	
		
#corpo{background:url(../imagens/corpo.jpg) no-repeat;
		width:100%;
		height:648px;
		float:left;}
		
#containerGame{width:600px;
				height:483px;
				margin: 40px auto;
				}
#bottom{background:url(../imagens/bottom.jpg) no-repeat;
		width:100%;
		height:54px;
		float:left;}
	
/****************Menu**********/		
	
#menu{ width:auto;
	height:20px;
	float:right;
	margin:25px auto 15px;
	padding:0;
	list-style:none;
	}
#menu li{ float:left;
	margin:0 15px }
	
#menu li a{ text-decoration:none;
	color:#FFF;
	font-weight:bold;
	}
	
#menu li a:hover{
	text-decoration:underline;
	color: #FBDA35;
	}
	