/* CSS Document */
body {
margin:0px; 
background-color:#004282;
}

#fundotop {
position: absolute;
top: 0px;
left: 0px; 
background-image: url(../images/fundo_01.gif); 
background-repeat: no-repeat; 
background-position: left top;
width: 100%;
height: 480px;
}

#fundo {
position: absolute;
bottom: 0px;
right: 0px; 
background-image:url(../images/fundo_05.gif); 
background-repeat:no-repeat; 
background-position:right bottom;
width: 100%;
height:201px;
}

#menu {
position: absolute;
top: 95px;
left: 10px;
width:auto;
height:auto;
}


#tittle {
position: absolute;
top: 0px;
left: 0px;
width:100%;
height:76px;

}

#main {
position: absolute;
top: 95px;
left: 240px;
width:800px;
height:auto;
}
