/* CSS Document */

body{
/*background:url(../images/home/bg.jpg) repeat-y center;*/
color:white;
font-family:"Trebuchet MS", "Tw Cen MT";
background-color:#532F27;
}

#wrapper{
width:920px;
height:600px;
border:1px solid black;

margin:0px auto;
}

#left{
width:256px;
height:580px;
float:left;
background-color:#000;
border-right:1px solid #FFF;
/*background:url(../images/mybeauty/body_bg.gif);*/
padding:10px;
}

#left a{
text-decoration:none;
color:white;
}

#center{
width:367px;
height:600px;
background:url(../images/home/center_bg.jpg) no-repeat;
float:left
}

#right{
width:254px;
float:left;
height:580px;
background-color:#000;
border-left:1px solid #FFF;
/*background:url(../images/gymnes/body_bg.gif);*/
padding:10px;
}

#right a{
text-decoration:none;
color:white;
}

#slogan{
text-align:center;
margin-top:400px;
color:#FFF;
}

.vocemenu{
width:115px;
float:left;
margin-right:9px;
margin-top:80px;
color:black;
text-align:center;
font-size:11px;
font-weight:bold;
}

.vocemenu a{
color:#FFF;
}

#footer{
font-size:11px;
text-align:center;
margin-top:20px;
}

#footer a{
color:white;
text-decoration:none;



