html, body {
    margin: 0px;
    padding: 0px;
    background: gray;
    background-image: url("/layout/img/BlackBackgroundFabric.jpg");
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    /*background: white;*/
    height: 100%
}

#mold {
    min-height: 100%;
    position: relative;
    width: 1000px;
    margin: auto;
}

#header {
    /*background: white;*/
    padding: 10px;
}

#header .text {
    height: 100%;
    background: black;
    padding: 25px;
    border-radius: 10px;
    font-size: 50px;
    border-color: gray;
    border-style: solid;
    color: gray;
    background-image: url("/layout/img/BlackBackgroundFabric4.jpg");
}

#content {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    /*background: white;*/
    padding-bottom: 10px;
    margin: auto;
    width: 980px;
}

#content .left {
    position: relative;
    float: left;
    background: black;
    background-image: url("/layout/img/BlackBackgroundFabric4.jpg");
    width: 234px;/*
    height: 700px;*/
    border-radius: 10px;
    padding: 10px;
    
    border-color: gray;
    border-style: solid;
}

#content .left .header {
    background: gray;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

#content .left ul {
    padding: 10px;
    border-radius: 10px;
    list-style: none;
    margin: auto;
}

#content .left li {
    /*padding: 10px;*/
    background: white;
    border-radius: 10px;
    margin: 10px;
    border-color: gray;
    border-style: solid;
}

#content .left a {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

#content .left a:hover {
    background: gray;
}

#content .right {
    background: black;
    background-image: url("/layout/img/BlackBackgroundFabric4.jpg");
    position: relative;
    float: left;
    width: 684px;
    
    border-radius: 10px;
    padding: 10px;
    margin-left: 10px;
    border-color: gray;
    border-style: solid;
    color: gray;
}

#content .right .footer {
    text-align: center;
    padding-top: 10px;
    /*background: white;*/
    font-size: 12px;
}

#content .right .footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid gray;
    
}

#footer {
    clear: both;
    position: relative;
    width: 100%;
    height: 65px;
    /*background: white;*/
    bottom: 0;
    left: 0px;
    
}

#footer .text {
    position: relative;
    height: 35px;
    background: tan;
    background-image: url("/layout/img/BlackBackgroundFabric4.jpg");
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    color: gray;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    
    
/*    border-color: gray;
    border-style: solid;*/
}