html,body,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}

input,textarea {
	font-family: Arial;
	color: #55595c;
	font-size: 0.8em;
}

#bg {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index:1;
	text-align: center;
}

#bg img {
	height: 100%;
	width: 100%;
}

#content {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	overflow:auto;
}

#sky {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	overflow:auto;
	background-image:url("skyline.png");
}

A:link {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: blue;}

