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

html, body{
	margin:0px;
	border:0px;
	border:0px;
	background-color:#FFF;
	width:100%;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#63c2c2;
	margin-bottom:-5px;
}

p{
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.footer {
	color:#FFF;
}

.special {
	color:#63c2c2;
}	

a{
	color:#63c2c2;
}

a:hover{
	color:#3e8b8b;
}

#topo{
	background-image:url(images/bg_topo.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:329px;
	width:100%;
	text-align:center;
}

#cont{
	width:100%;
	text-align:center;
}

#trabalho{
	width:960px;
	position:relative;
	left:50%;
	margin-left:-480px;
	text-align:left;
	*margin:0px;
	*left:0px;
}

#image{	
	border:solid 1px #eaeaea;
	width:960px;
}

#footer{
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	text-align:center;
	background-color:#333;
	height:300px;
}

#foot_cont{
	width:960px;
	height:50px;
	position:relative;
	top:150px;
	left:50%;
	margin-left:-480px;
	*margin:0px;
	*left:0px;
	text-align:left;
}

#footer_detail{
	float:right;
	height:216px;
	width:352px;
	background-image:url(images/monster.jpg);
	margin-right:200px;
	margin-top:34px;	
}

#error {
	width:406px;
	height:312px;
	background-image:url(images/404.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-203px;
	margin-top:-200px;
	display:block;
	border:none;
}