body {
     color: #000000;
     background-color: #3e250b;
     background-image: url('body.png');
     background-repeat: repeat-x;
     background-position:  top left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     font-weight: normal;
     text-align: left;
     margin: 0px;
     }
#skin_wrapper {
     width: 957px;
     padding: 0px;
     margin: auto;
     border: 1px solid #999999;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
     background-color: #fff9bf;
     background-image: url('body.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 15px 0px 0px 0px;
     }

#skin_footer {
     color: #FFFFFF;
     margin: 0px auto;
     width: 888px;
     text-align: center;
     font-size: 16px;
     background-repeat: repeat-x;
     background-position:  top left;
     }

*{
    margin:15;
    padding:15;
}
body {
    font:14px/1.3 Arial,sans-serif;
    background-color:#212121;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    position:absolute;
    margin-left: 120px;
    position:absolute;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.container {
    background: url('bg.jpg') no-repeat;
    height: 312px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 888px;
     border: 1px solid #999999;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
}

.bodytext {
    background: url('txt-bg.png');
     background-repeat: repeat-y;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 0px;
    margin-bottom: 35px;
    Padding 20px 20px 20px 20px;
    width: 888px;
     border: 1px solid #999999;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
}
.table_body {
    margin-left: 40px ;
    margin-right: auto ;
    margin-top: 15px;
    margin-bottom: 35px;
    width: 90%;
}