/* CSS Document */

body
{
background-image:url(../images/bg_home_body.jpg);
background-repeat:repeat-x;
}

.container
{
background-image:url(../images/bg_home.jpg);
background-repeat:no-repeat;
height:370px;
}

.contentarea
{
background-image:url(../images/bg_home_content.jpg);
background-position:bottom right;
background-repeat:no-repeat;
margin-bottom: 25px;
height:370px;  /*  adjust this height for content volume */
}

.contentleft
{
height:290px; /*  adjust this height for height of middle black bar */
}

.contentright
{
height:365px; /* adjust this height for content volume */
}