body{
background: url('/img/home/home-background.png') repeat-y center;
padding: 0px;
margin: 0px;
}

.wrapper{
margin: 0px auto;
display: table;
width: 1000px;
}
.home{
background: url('/img/home/home-top.png') no-repeat center 0px;
height: 200px;
height: 70px;
width: 700px;
}
.home .beauty,
.home .fitness,
.home .beauty:hover,
.home .fitness:hover{
font-family: Century Gothic;
text-transform: uppercase;
text-decoration: none;
margin: 28px 44px 0px;
font-size: 22px;
}
.home .fitness{
float: right;
color: #7C1517;
}
.home .beauty{
color: #FFFFFF;
float: left;
}
.home div{
float: left;
width: 50%;
}
.billboard{
margin: 0px auto;
display: table;
width: 680px;
}
.billboard .left{
width: 190px;
float: left;
}
.billboard .right{
background: url('/img/home/billboard-middle.png') no-repeat 0px 0px;
height: 454px;
float: right;
width: 479px;
}
.billboard h1{
font-family: Arial;
font-weight: bold;
font-size: 16px;
color: #AC272A;
margin: 25px;
}
.billboard p{
padding: 0px 25px 25px 25px;
font-family: Arial;
font-size: 12px;
}

