@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, "Sans serif";
	font-size: 90%;
	color: #555;
	background: url(../rsrc/body-bkg.jpg) top left repeat;
	text-align: center;
}

h1 {
	margin-top: 25px;
	padding-top: 10px;
	font-size: 90%;
	color: #4a94c1;
}

img {
	border: 0;
}

p.warning {
	color: #a00;
	font-style: italic;
}

#page {
	text-align: left;
	position: relative;
	width: 850px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../rsrc/page-bkg.jpg) top left repeat-y;
}

#header {
	position: relative;
	height: 190px;
	display: block;
}

#title {
	position: absolute;
	line-height: 0;
	bottom: 10px;
	left: 60px;
	font-size: 120%;
	font-weight: bold;
	color: #777;
}

#sound {
	position: absolute;
	bottom: 15px;
	right: 60px;
}

#update {
	position: absolute;
	bottom: 30px;
	right: 60px;
	font-weight: normal;
	color: #777;
	font-size: 90%;
}

#content {
	overflow: auto;
	margin: 0;
	padding: 0 60px 50px 60px;
}

#content p {
	font-size: 90%;
}


#footer {
	position: absolute;
	width: 100%;
	height: 4em;
	line-height: 2.5em;
	bottom: 0;
	text-align: center;
	font-size: 80%;
}

