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

body {
	margin: 0;
	padding: 0;
}

#global {
	width: 770px;
	height: 615px;
	margin: -307px 0 0 -370px;
	left: 50%;
	top: 50%;
	position: absolute;
}

#imagem {
	width: 770px;
	height: 491px;
	background: url(../imagens/home/img01.jpg) top left no-repeat;
}

#titulo a:link, #titulo a:visited {
	width: 770px;
	height: 124px;
	display: block;
	background:url(../imagens/home/img02_up.jpg) top left no-repeat;
}

#titulo a:hover {
	width: 770px;
	height: 124px;
	display: block;
	background:url(../imagens/home/img02_over.jpg) top left no-repeat;
}
