/** 404 **/
.conteudo404 { 
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
}
.titulo404 {
	font-size:45px;
	color: #5EC400;	
	font-weight: normal;
	font-family: 'Myriad-BdWeb';
	line-height: 50px;
}
.desc404{
	font-size: 20px;
	color: #666;
	font-family: 'myriad_webregular';
}
.img404{
	background: url("../img/erro-404.png") no-repeat scroll transparent;
	width: 254px;
	margin: 25px auto 0;
	height: 225px;
}
.homepage{
	background: url("../img/erro-404-link-normal.png") no-repeat scroll transparent;
	width: 508px;
	margin: 25px auto 100px;
	height: 59px;
}
.homepage a{
    display: block;
    height: 55px;
    margin-left: 259px;
    width: 176px;
}
#link-over {
	background: url("../img/erro-404-link-over.png") no-repeat scroll transparent !important;
}