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;
}

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 {
	height: 600px;
}

#box #textbox {
	padding-top: 405px;
	text-align: center;
}