@charset "utf-8";

*
{
	font-family: "Courier New", Courier, monospace;
	margin:0;
	padding:0;
}

html,
body
{
	height:100%;
	min-height:600px;
	min-width:800px;
	width:100%;
}

body
{
	background-color:#000;
	background-image:url(../img/animaisMitofilete.png);
	background-position:center;
	background-repeat:repeat-y;
	color:#FFF;
	font-size:12px;
	height:600px;
}
html>body {
	height:100%;
}

a
{
	color:#DDD;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a[target="_blank"]
{
	background-image:url(../img/ico_janela.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin:0.6em 0 0.5em;
}

h1
{
	font-size:2.2em;
}
h2
{
	font-size:2em;
}
h3
{
	font-size:1.8em;
}
h4
{
	font-size:1.6em;
}
h5
{
	font-size:1.4em;
}
h6
{
	font-size:1.2em;
}

ol,
ul
{
	list-style-position:outside;
	margin:0.3em;
	padding:0 0 0 2em;
}

.info
{
	margin:0.6em 0;
}

.copy
{
	font-style:italic;
	font-size:0.8em;
}

#tudo
{
	background-color:#000;
	background-image:url(../img/animaisMito.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	height:540px;
	left:50%;
	margin:-300px 0 0 -399px;
	padding:30px 40px;
	position:absolute;
	top:50%;
	vertical-align:middle;
	width:720px;
}
body>#tudo
{
	margin:-300px 0 0 -400px;
}
