/* CSS Document */

body
{
background-image:url(../images/bg_resources_body.jpg);
background-repeat:repeat-x;
}

.container
{
background-image:url(../images/bg_resources.jpg);
background-position:top left;
background-repeat:no-repeat;
height:450px;
}

.contentarea
{
background-image:url(../images/bg_resources_content.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:250px;  /*  adjust this height for content volume */
}

.contentleft
{
height:150px; /*  adjust this height for height of middle black bar */
}

.contentright
{
height:250px; /* adjust this height for content volume */
}