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