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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
    margin:0;
    padding:0;
}

body{
	background:url(../_imgs/bg.jpg) repeat-x center top;
	background-color:#000000;
}

#conteudo{
	position:relative;
	width:840px;
	left:50%;
	margin-left:-420px;
	}
	
p{
	/*font:13px Georgia, "Times New Roman", Times, serif;*/
	font:13px "Courier New", Courier, monospace;
	color:#FFFFFF;
	line-height:19px;
	}

h2{
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}
	
.wallpaper:link{
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#d5040b;
	background-color:#FFFFFF;
	padding:4px 6px;
	text-decoration:none;
	}
.wallpaper:visited{
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#d5040b;
	background-color:#FFFFFF;
	padding:4px 6px;
	text-decoration:none;
	}
.wallpaper:hover{
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	background-color:#d5040b;
	padding:4px 6px;
	text-decoration:none;
	}

/*//////   MENU    ////////*/
#centeredmenu {
   float:left;
   width:100%;
   /*background:#fff;*/
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a.menu_home {
   background:url(../_imgs/menu_btn_home.png) no-repeat left top;
   width: 88px;
   height:56px;
   display:block;
   margin-right:30px;
}
#centeredmenu ul li a.menu_home:hover {
   background:url(../_imgs/menu_btn_home.png) no-repeat left bottom;
  
}

#centeredmenu ul li a.menu_sobre {
   background:url(../_imgs/menu_btn_sobre.png) no-repeat left top;
   width: 149px;
   height:56px;
   display:block;
   margin-right:30px;
}
#centeredmenu ul li a.menu_sobre:hover {
   background:url(../_imgs/menu_btn_sobre.png) no-repeat left bottom;
   
}

#centeredmenu ul li a.menu_personagens {
   background:url(../_imgs/menu_btn_personagens.png) no-repeat left top;
   width: 132px;
   height:56px;
   display:block;
   margin-right:30px;
}
#centeredmenu ul li a.menu_personagens:hover {
   background:url(../_imgs/menu_btn_personagens.png) no-repeat left bottom;
   
}

#centeredmenu ul li a.menu_extras {
   background:url(../_imgs/menu_btn_extras.png) no-repeat left top;
   width:97px;
   height:56px;
   display:block;
   margin-right:30px;
}
#centeredmenu ul li a.menu_extras:hover {
   background:url(../_imgs/menu_btn_extras.png) no-repeat left bottom;
   
}

#centeredmenu ul li a.menu_livro {
   background:url(../_imgs/menu_btn_livro.png) no-repeat left top;
   width:97px;
   height:56px;
   display:block;
   margin-right:30px;
}
#centeredmenu ul li a.menu_livro:hover {
   background:url(../_imgs/menu_btn_livro.png) no-repeat left bottom;
   
}

#centeredmenu ul li a.menu_blog {
   background:url(../_imgs/menu_btn_blog.png) no-repeat left top;
   width:79px;
   height:56px;
   display:block;
}
#centeredmenu ul li a.menu_blog:hover {
   background:url(../_imgs/menu_btn_blog.png) no-repeat left bottom;
   
}



