#wrapper
{
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#menu
{
position:relative;
width:980px;
height:46px;
text-align:right;
}

#logo
{
position:relative;
width:980px;
height:135px;
}

/*--------------------------------------------------------CONTENT AREA----------------------------------------------------------*/

#content
{
position:relative;
width:1000px;
height:1080px;
background-image:url(images/pilates_background.jpg);
background-repeat:repeat;
/*--background-image:url(images/tread.gif);
background-position:center;
background-position:bottom;
background-repeat:no-repeat;--*/
}

/*---------------------------*/

#box_left
{
float:left;
width:760px;
height:800px;
}

/*--------------------------*/

#box_right
{
float:left;
width:240px;
height:700px;
}

