html{
	height: 100%;
	_overflow-y: hidden;
	}
a:link, a:active, a:visited{
	color: #D7CFB7;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	}
body{
	z-index: 1;
	height: 100%;
	margin: 0px;
	padding: 0px;
	_overflow-y: scroll;
	}
#bg{
	z-index: -1;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}
#main{
	z-index: 2;
	position: relative;
	_position: static;
	padding: 10px 0px 60px 160px;
	width: 360px;
	}
#content{
	font: medium trebuchet ms, Lucida grande, verdana, geneva;
    letter-spacing: -0.01em;
	color: #d7cfb7;
	line-height: 16px;
	}
h1{
	font: 1.5em verdana;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 20px;
	margin-bottom: 3px;
	background: url('asterisk.png') no-repeat left;
	margin-left: -20px;
	padding-left: 20px;
	display: block;
	}
h2{
	font: medium trebuchet ms, lucida grande, verdana, geneva;
	letter-spacing: -0.01em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-decoration: underline;
	}
#title{
	z-index: 1;
	position: fixed;
	_position: absolute;
	bottom: 38px;
	right: 0px;
	}
#footer{
    z-index: 3;
	position: fixed;
	_position: absolute;
    background-color: black;
    opacity: 0.70;
	filter: alpha(opacity=70);
	height: 30px;
	bottom: 0px;
	_bottom: -1px;
	right: 0px;
	_right: 17px;
	width: 100%;
	text-align: right;
	}