html {
    background:url(/.images/LyCheSis_Watermark.gif) 50% 120px no-repeat #333333;
}

body {
    font-family:"Trebuchet MS", sans-serif;
    color:#FFFFFF;
    padding:8px;
    margin:0;
}

a {
//    color: #56AB81;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

h1 {
    font-size:40px;
    padding:0 10px;
    margin:0;
    display:inline;
}

h2 {
    font-size:20px;
    padding:0px;
    margin:0;
    display:inline;
    color:#000000;
    background:url(/.images/subtitle_4.gif) 0% 50% no-repeat;
}

h2 span {
    padding:0 16px 0 16px;
    background:url(/.images/subtitle_6.gif) 100% 50% no-repeat;
}

p {
    padding:0 10px;
    margin:0;
}

hr {
    visibility:hidden;
    clear:both;
}

#main {
    max-width:1280px;
    margin:auto;
}

#header {
    color:#808080;
    font-size:0.75em;
    font-weight:bold;
    text-align:left;
    padding:0 8px;
}

#footer {
    color:#808080;
    font-size:0.75em;
    font-weight:bold;
    text-align:right;
    padding:0 8px;
}

#xFadeBG {
    position:relative;
    height:720px;
    background:#000000 50% 50% no-repeat;
}

#xFadeFG {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000000 50% 50% no-repeat;
}

.watermark {
    position:absolute;
    right:0px;
    bottom:0px;
}

