BODY {
        background: #F2F2F0;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: arial,sans-serif;
        font-size: 10px;
}


a:link {text-decoration: none; color: #007558 }
a:visited {text-decoration: none; color: #007558 }
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: #007558 }



#container {
        margin: 0px auto;
        position: relative;
        padding: 0;
        width: 740px;
        text-align: left;

        position: relative;
}

#container2 {
        margin: 0px auto;
        position: relative;
        padding: 0;
        width: 760px;
        text-align: left;
        background-image: url("../gfx/header.jpg");
        background-repeat: no-repeat;
        position: relative;
}

#skip {
        background: transparent url("../gfx/stripe.gif") repeat-x 50% 0px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 112px;
        left: 0;
        width: 100%;
        height: 120px;
}

#skip a { 
        position: absolute;
        left: -9999px;
}

#logo {
        margin-top: 10px;
        margin-left: 240px;
        width: 280px;
        height: 140px;
        background-image: url("../gfx/logo.gif");
        position: absolute;
        padding: 0;
}

#splash_body{
        margin-top: 150px;
        padding: 0;
        width: 760px;
        height: 445px;
        background-image: url("../gfx/splash_body.jpg");
        background-repeat: no-repeat;
        position: absolute;
}

#intro_text {
        position: absolute;
        width: 220px;
        margin-left: 270px;
        margin-top: 20px;
        text-align: justify;
        font-family: Trebuchet MS, sans-serif;
        color: #333;
        font-size: 11px;
}

#flash_text {
        font-size: 10px;
}

#get_flash {
        position: absolute;
        margin-top: 390px;
        margin-left: 290px;
}
 
#enter {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 240px;
        height: 60px;
        margin-left: 30px;
}


#chichester {
        text-align: center;
        font-size: 10px;
}


