body {
		margin: 0px;
		font: 14px Arial, Verdana, Sans-serif, Serif;
		background: url(../image/bg/bg.jpg) repeat-x;
 		background-color: #ffffff !important;
    color: #444444;
	  }

/* CONTAINERS */

#container {
    z-index: 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: 0px;
    text-align: center;
	  }

#loading {
    z-index: 4;
    position: absolute;
    top: -42px;
    left: 278px;
    width: 300px;
    height: 200px;
    border: 0px;
    background: url(../image/bg/loading.jpg) no-repeat;
    /*-moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7;
    filter:Alpha(opacity=70, finishopacity=70, style=0);*/
	  }
	  
#header {
    z-index: 1;
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 117px;
    background: url(../image/bg/header.jpg) no-repeat;
    }
    
#spacer {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 758px;
    height: 28px;
    padding: 0px 13px;
    text-align: left;
    }
    
.body {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 718px;
    padding: 10px 33px;
    background: url(../image/bg/body.jpg) repeat-y;
    text-align: left;
    overflow: hidden;
    }    
.bodytop1 {
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 16px;
    background: url(../image/bg/bodytop1.jpg) no-repeat;
    }
.bodytop2 {
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 16px;
    background: url(../image/bg/bodytop2.jpg) no-repeat;
    }
.bodybottom {
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 16px;
    background: url(../image/bg/bodybottom.jpg) no-repeat;
    }
    
.menu {
    z-index: 2;
    position: absolute;
    right: 8px;
    top: -19px;
    }
    
#footer {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 33px;
    background: url(../image/bg/footer.jpg) no-repeat;
    }
#copyright {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    height: 25px;
    text-align: center;
    color: #999999;
    font: 12px Arial, Verdana, Sans-serif, Serif;
    }
    
#block {
    width: 98.8%;
    padding: 5px;
    margin: 10px 0px;
    border:1px solid #ffffff;
    border-left: 0px;
    border-right: 0px;
    }
#block:hover {
    width: 98.8%;
    padding: 5px;
    margin: 10px 0px;
    border:1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
    }

