html, body 
{
        height: 100%;
        width: 100%;
        background-image:url(../images/bg.jpg);
        background-repeat:repeat;
}

html>body 
{
    min-height:100%;
    height:auto;
}

body 
{
        background-image:url(../images/cbg.jpg);
        background-position:center;
        background-repeat:repeat-y;
        position: relative;
}

#wrap 
{
        width:1000px;
        margin:0px auto;
}

#header 
{
        background-repeat:no-repeat;
        background-image:url(../images/header.jpg);
        height:273px;
}


#mainmenu ul 
{
        margin:0px auto;
}

#mainmenu li {
        background-image:url(../images/menu.jpg);
        display:inline-block;
        float:left;
        height:31px;
        width:119px;
        margin-left:1px;
        padding-top:13px;
}


#content 
{
        background-image:url(../images/cbg.jpg);
        background-position:center;
        background-repeat:repeat-y;
        position: relative;
        padding-left:25px;
        padding-right:25px;
        padding-bottom:68px;

}


#footer 
{
        width:1000px;
        height:68px;
        position: absolute;
        bottom: 0px !important;
        bottom: -1px;
        background-image:url(../images/fbg.jpg);
}

#footer div 
{
        width:100%;
        text-align:center;
}
