
/* CSS Document */

body{margin:0;padding:0;background-color:#000000;font-family:Arial,Verdana;text-align:center;}
a{color:#2555B8;outline:none;border:none;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:none;}
h1,h2,h3,h4{
    margin:2px 0 0;
}
h4{font-size:14pt;}

#headers{
    position:absolute;
    top:-3000px;
    left:-3000px;
}
#image-wrapper{
    position:relative;
    width:100%;
    height:550px;
    text-align:center;
    overflow:hidden;
    margin:0 auto;
    background-color:#000000;
    /*background-image:url(/images/css-images/splash_background.png);*/
    background-repeat:repeat-x;
}
#welcome-to-hopechurch{
    position:relative;
    width:900px;
    height:455px;
    margin:0 auto;
}
#welcome-buttons{
    position:relative;
    top:10px;
    z-index:300;
    width:800px;
    margin:0 auto;
}
#text-wrapper{
    position:relative;
    top:10px;
    width:590px;
    margin:15px auto;
    padding:0 15px;
    color:#aaaaaa;
    font-size:9pt;
    text-align:left;
    background-color:#333333;
    border:solid 3px #666666;
}
#text-wrapper a:hover{
    text-decoration:underline;
}
#copyright{
    position:relative;
    top:20px;
    font-size:8pt;
    color:#666666;
    text-align:center;
}
.welcome-button{
    position:absolute;
    width:211px;
}
.welcome-button a{
    position:absolute;
    top:0;
    left:0;
}
.welcome-button img{
    border:none;
}
.splash_highlight{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    border:none;
}