html, body{
	height:100%;
	font-family: "Comic Sans MS", cursive;
	color: #006;
}

#container {
	text-align:center;
	background-color:#999999;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	line-height:100%;
	background-image: url(BG.gif);
}

#alternative{
	position:absolute;
	top:35%;
	width:100%;
	text-align:center;
	vertical-align: middle;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	align:center;
}

a:link {
	text-decoration: none;
	color: #006;
