html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
        background: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	text-align: center;
	width: 100%;
}


#menu {
	background: url(./site_em_construcao.jpg) no-repeat;
	height: 345px;
	top: 10px;
	width: 368px;
	border:0px solid #fff;
	position: relative;
}
#menu a {
	color: #000000;
	display: block;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	text-decoration: none;
	z-index: 1000;
}

#menu a:hover {
	color: #ffffff;
}
#menu a.botao1 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 250px;
	left:150px;
}

#menu a.botao2 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 250px;
	left:400px;
}

#menu a.botao3 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 250px;
	left:650px;
}

#menu a.botao4 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 500px;
	left:150px;
}

#menu a.botao5 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 500px;
	left:400px;
}

#menu a.botao6 {
        background: url(./img/botao.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        text-align: left;
	width:236px;
	height:164px;
	top: 650px;
	left:800px;
}

#body {
	height: 440px;
	position: absolute;
	top: 190px;
	width: 100%;
}