@charset "utf-8";


html {
    height:100%;
    width:100%;
}

body {
    color:#4B4B4B;
    background-image:url(../images/bg.png);
    background-color: #585858;
    background-repeat: repeat-y;
    background-position: center;
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
}

#SiteBody {
    position:relative;
    min-height:100%;
    width: 800px;
    margin-left: -400px;
    left: 50%;
    top:0px;
    background-image:url(../images/bg_nav_bottom.png);
    overflow:hidden;
    background-repeat:no-repeat;
    background-color:#FFFFFF;
}

* html #SiteBody {
    height:auto;
}

#SiteContent {
    width: 800px;
    padding-bottom:24px;
}

* html #SiteContent{
    padding-bottom:0px;
}

#SiteBottom {
    top:0px;
    margin-top:-48px;
    height:48px;
    width: 800px;
    margin-left: -400px;
    left: 50%;
    position: relative;
    background-image:url(../images/bottom.png);
    clear: both;
    overflow:hidden;
}

#SiteBottomFix {
    position: relative;
    margin-left: -400px;
    left: 50%;
    height:0px;
    z-index:1;
}

#SiteFix {
    clear:both;
    height:0px;
}

.HideImage h1, .HideImage span, .HideImage h2 {
    position:absolute;
    left:-1000%;
}

#Subscribe {
    position:absolute;
    width:200px;
    left:50%;
    margin-left:200px;
    margin-top:240px;
    z-index:100;
}

#Subscribe input {
    font-size:8px;
}
