*{margin:0; padding:0}
html, body { height: 100%;}

body{ }

#content { padding:20px; height: 100%; }
			
h1 { visibility: hidden; margin-bottom:-40px }




/* ------------------------------------------------------------------ */
/* reset */

*{ margin: 0; padding:0 }


/* ------------------------------------------------------------------ */
/* hide from ie on mac */

html {
    height: 100%;
}
#content{
    height: 100%;
}


/* ------------------------------------------------------------------ */
/* estrutura */

body {
    height: 100%;
    background-color:white;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: gray;
	font-size:0.8em;
	line-height: 20px;
}


#master {
	height: 100%;
	
}

#content {
	margin-left: 40px ;
	margin-top: 40px ;
	width: 500px;
}

.hide { display:none; }

a{ color:black;text-decoration:none}
a:hover{ text-decoration:underline}
