/* CSS Document */

body
{
background-image:url(../images/bg_representation_body.jpg);
background-repeat:repeat-x;
}

.container
{
background-image:url(../images/bg_representation.jpg);
background-repeat:no-repeat;
height:450px;
}

.contentarea
{
background-image:url(../images/bg_representation_content.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:590px;  /*  adjust this height for content volume */
}

.contentleft
{
height:500px; /*  adjust this height for height of middle black bar */
}

.contentright
{
height:590px; /* adjust this height for content volume */
}