HTML { overflow-y: scroll; }

BODY, TABLE, DIV, A {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
	color: #fff;
}

body {
    line-height: 1.3em;
	background: url('images/bg-body.gif') repeat top center;
}

h1 {
    font-size: 120%;
    padding: 0;
    margin: 0 0 1em 0;
}

A:link { color: #000000; text-decoration: none;}
A:visited { color: #000000; text-decoration: none;}
A:hover { color: #339B39; text-decoration: underline;}
A:active { color: #000000;}

A.email {
	letter-spacing: 0.1em;
}

#screen {
	width: 100%;
	height: 100%;
}

#screen TD {
	text-align: center;
	vertical-align: middle;
}

#box {
    width: 1000px;
    margin: 0 auto;
    min-height: 1000px;
    background: url('images/bg-page.jpg') no-repeat top center;
}

#box #textbox {
	padding: 800px 0 300px 0;
	text-align: center;	
}

#textbox img {
    border: 10px solid #fff;
    margin-bottom: 4em;
}

.credits {
    width: 200px;
    height: 73px;
    margin: 5em auto 2em auto;
    padding: 52px 0 0 0;
    background: url('images/bg-credits.gif') no-repeat top left;
    font-size: 9px;
}

.credits a:link, .credits a:visited {
    color: #fff;
    text-decoration: none;
}
.credits a:hover, .credits a:active {
    color: #29a8f1;
    text-decoration: none;
}