.container
{
height:700px;  /* change this as the height of the content changes */
}


.top
{
background-image:url(../images/top-home.jpg);
height:276px;
}


/***********  nav    ***************/

.nav
{
padding-top:137px;
}

/*******************  content  *************************/

.content
{
background-image:url(../images/index_body.jpg);
height:400px;  /* change this to the height of the text */
background-color:#dbe2eb;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.contentlefttitle
{
background-image:url(../images/title_company.jpg);
width:238px;
height:22px;
}

.contentrighttitle
{
background-image:url(../images/title_community.jpg);
width:248px;
height:21px;
}

/*********************  bottom  ************************/

.bottom
{
background-image:url(../images/bottom_line.jpg);
background-repeat:repeat-x;
background-color:#7292cd;
width:100%;
height:50px;
}

.footer
{
width:800px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:5px;
font-size:8pt;
}

.copyright
{
float:left;
width:375px;
text-align:left;
padding-left:20px;
color:#CCCCCC;
}

.credits a
{
float:left;
width:375px;
text-align:right;
padding-right:20px;
color:#CCCCCC;
text-decoration:none;
}