html {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
}

.splash_holder {
	position:absolute;
    left:50%; 
    top:50%;
    margin-top:-300px; 	/* half of the height */
    margin-left:-400px;	/* half of the width */
}

.main {
	width:799px;
	height:40px;
	border:1px solid #000000;
	background-image:url(images/main.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:559px 0px 0px 0px;
}

.link {
	height:40px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}
