/* twee-d | internet services

     www.twee-d.nl

Version: 1.0, maart 2006 */

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 375px; /* For Mozilla/Opera/Safari */
	background: #FF8E00;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 650px;
    height: 100%;
}

#splash {
    position: absolute;
    width: 650px;
    height: 375px;
    top: 50%;
    margin-top: -187px; /* Half of splash height */
    border: 2px solid #492c24;
	background: url(../images/main/splash.gif) #b6cb35;
}

#splash a {
    display: block;
	width: 650px;
    height: 375px;
}