/* @override http://macrabbit.com/cssedit/welcome/2.0/welcome.css */

/*

Note: this style sheet does *not* validate. This is because the W3C validator is not aware of RGBA colors, which are part of the CSS3 specification.

*/

body {
    background-color: #323641;
    font: 13px/1.7em "Lucida Grande", sans-serif;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
    margin: 30px 0 20px;
    line-height: 110%;
}

h1 {
    background: url(Welcome.png);
    display: block;
    height: 48px;
    width: 265px;
    margin: 0 auto;
    text-indent: -1000em;
    overflow: hidden;
}
h2 {
    background: url(Welcome.png);
    display: block;
    height: 48px;
    width: 265px;
    margin: 0 auto;
    text-indent: -1000em;
    overflow: hidden;
}
p, ol {
    display: block;
    width: 475px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

hr {
    width: 100%;
    height: 0;
    margin: 20px 0;
    border-width: 1px 0;
    border-style: solid;
    border-top-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(255,255,255,0.1);
    border-top-width: 1px;
    border-bottom-width: 1px;
}

a:link { 
    color: #7b4685;
    }
a:visited { 
    color: #FFFFFF;
    }
a:hover { 
    color: #CCCCCC;
    background-color: #333333;
    text-decoration: none;
    }
a:active { 
    color: #333333;
    }

.note {
    font-size: 11px;
    line-height: 1.4em;
}

/* @group Instructions */

ol {
    padding: 20px 5px;
    background-color: rgba(255,255,255,0.03);
}

li {
    list-style-type: none;
}

li span {
    color: rgba(255,255,255,0.5);
}

/* @end */

#logo {
    color: #fff;
    background: #8f9de9 no-repeat fixed;
    width: 90px;
    height: 90px;
    float: none;
    position: absolute;
    left: 5px;
    top: 0px;
    visibility: visible;
    overflow: hidden;
}

#news1 {
    color: #fff;
    background: #c7c7c7 none no-repeat fixed;
    width: 400px;
    height: 300px;
    float: none;
    position: absolute;
    left: 5px;
    top: 91px;
    visibility: visible;
    overflow: auto;
}
#news2 {
    color: #fff;
    background: #a79ead none no-repeat fixed;
    width: 400px;
    height: 300px;
    float: none;
    position: absolute; 
    left: 408px;
    top: 91px;
    visibility: visible;
    overflow: auto;
}
#news3 {
    color: #fff;
    background: #8f8a8f none no-repeat fixed;
    width: 400px;
    height: 300px;
    float: none;
    position: absolute;
    left: 811px;
    top: 91px;
    visibility: visible;
    overflow: auto;
    text-align: right;
}

#news4 {
    color: #fff;
    background: #858585 none no-repeat fixed;
    width: 400px;
    height: 290px;
    float: none;
    position: absolute;
    left: 5px;
    top: 394px;
    visibility: visible;
    overflow: auto;
}

#news5 {
    color: #fff;
    background: #79737d none no-repeat fixed;
    width: 400px;
    height: 290px;
    float: none;
    position: absolute; 
    left: 408px;
    top: 394px;
    visibility: visible;
    overflow: auto;
}

#news6 {
    color: #fff;
    background: #736e73 none no-repeat fixed;
    width: 400px;
    height: 290px;
    float: none;
    position: absolute;
    left: 811px;
    top: 394px;
    visibility: visible;
    overflow: auto;
    text-align: right;
}

#ad1 {
    color: #fff;
    background: #000000 none no-repeat fixed;
    width: 728px;
    height: 90px;
    float: none;
    position: absolute;
    left: 92px;
    top: 0px;
    visibility: visible;
    overflow: hidden;
}

#ad2 {
    color: #fff;
    background: #000000 none no-repeat fixed;
    width: 468px;
    height: 90px;
    float: none;
    position: absolute;
    left: 820px;
    top: 0px;
    visibility: visible;
    overflow: hidden;
}
