/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html {
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #aeadab;
	}
	
p {
	line-height: 2em;
	text-align: left;
	text-indent: -0,5em;
	}
	
a {
	color: #aeadab;
	}	

#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-460px;
	width: 920px;
	height: 60px;
	}

#main {
	width: 920px;
	height: 560px;
	margin: 60px auto 0 auto;
	padding: 0;
	background: #edede6;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px dotted #000000;
		
	-moz-box-shadow:1px 1px 1px #cbcbcb;
	-webkit-box-shadow:1px 1px 1px #cbcbcb;	
	}

#mundofantasma {
	position:absolute;
	width:60px;
	height:240px;
	top: 60px;
	left:50%;
	margin-left:-521px;
	z-index: -2;
	
	-moz-box-shadow:1px 1px 1px #cbcbcb;
	-webkit-box-shadow:1px 1px 1px #cbcbcb;	
	}
	
#footer {
	width: 900px;
	margin: 16px auto 0 auto;
	padding-left: 16px;
	}
	
#mail {
	float:right;
	margin-right: 16px;
	}	

#nav {
	position: absolute;
	top: 60px;
	/* left: 10px; */
	list-style: none;
	margin: 0;
	padding: 20px;
	height: 280px;
	display: inline;
	overflow: hidden;
	width: 880px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 280px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -280px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -560px;
	}
	
#blogue a  {
	width: 280px;
	background: url(http://www.mundofantasma.com/images/blogue.gif) top left no-repeat;
	}

#ctweets a  {
	width: 320px;
	background: url(http://www.mundofantasma.com/images/comictweets.gif) top left no-repeat;
	}

#citacoes a  {
	width: 280px;
	background: url(http://www.mundofantasma.com/images/citacoes.gif) top left no-repeat;
	}