/*
-----------------------------------------------
Poject:   Altera Aqua
Name:       splash1.css
Author:   Floris Baan
Version:  7 maart 2005
----------------------------------------------- */

body {
font-size: 10px;
font-family: Verdana, Arial, Sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: auto;
width: auto;
background-color: #f8f5ea;
background-image: url("../images/website_border.jpg");
background-position: center top; background-repeat: repeat-y;
}

#website_container {
padding: 0px 0px 0px 0px;
position: absolute;
left: 50%;
top: 50%;
width: 874px;
height: 616px;
margin-left: -437px;
margin-top: -308px;
margin-bottom: 0px;
margin-right:0px;
/* background-image: url("../images/movinglayer.gif"); */
background-repeat: no-repeat;
}

#outer {
position: absolute;
left: 50%;
top: 50%;
width: 874px;
height: 616px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: -437px;
margin-top: -308px;
background-image: url("../images/splash.jpg");
background-repeat: no-repeat;
}

#skip {
    padding: 0 0 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 874px;
    margin-left: -437px;
    margin-top: 287px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center;
    display: block;
    vertical-align: bottom;
}

.skipbutton {
    padding: 0 0 0 0;
    display: inline;
}

.space {
    width: 550px;
    display: inline;
}

#skip a:link, #skip a:active, #skip a:visited, #skip a:hover {
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#skip a:hover {
    text-decoration: underline;
}
