@charset "utf-8";

/* CSS Document */

*{

margin:0;

padding:0;

}

.regua{

clear:both;

}

#container{

margin:0 auto;

background-color:#fff;

width:100%;

height:1000px;

max-width:996px;

min-width:770px;

}

	
#menu{

background-image:url(../images/fundo_menu.png);

background-repeat:repeat-x;

width:100%;

height:35px;

}

#logo{

background-color:#00CC99;

width:40%;

height:250px;

float:left;

}

#slide{

background-color:#990066;

width:60%;

height:250px;

float:right;

}

#botoes{

background-color:#669999;

width:100%;

height:155px;

}

#chamada_um{

background-color:#FFCCFF;

width:50%;

height:240px;

float:left;

}

#chamada_dois{

background-color:#99CCFF;

width:50%;

height:240px;

float:right;

}

#chamada_tres{

background-color:#CCCCCC;

width:40%;

height:230px;

float:left;

}

#chamada_quatro{

background-color:#339900;

width:60%;

height:230px;

float:right;

}

#rodape{

background-color:#CCCC66;

width:70%;

height:125px;

float:left;

}

#relacionamento{

background-color:#339999;

width:30%;

height:125px;

float:right;

}
