html{
    height: 100%;
	_overflow-y: hidden;
	}
body{
    z-index: 1;
    height: 100%;
    margin: 0px;
    padding: 0px;
    _overflow-y: scroll;
	}
a:link, a:active, a:visited{
    color: #ffffff;
	text-decoration: underline;
	}
a:hover{
    text-decoration: none;
	}
img{
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: inline;
	}
#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: 0px 0px 60px 140px;
	width: 400px;
	}
#content{
	font: small georgia, times new roman;
    letter-spacing: 0.03em;
	color: #ffffff;
    line-height: 16px;
	}
h1{
    font-family: courier new, trebuchet ms, Lucida grande, verdana, geneva;
	font-size: 22pt;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 26px;
    margin: 20px 0px 5px -40px;
    background: url('asterisk.png') no-repeat left;
    padding-left: 20px;
	display: block;
    text-align: left;
	}
h2{
    font: 14pt courier new;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
	text-decoration: underline;
	}
#title{
    z-index: 1;
    text-align: right;
	position: fixed;
	_position: absolute;
    bottom: 60px;
	right: 18px;
	}
#footer{
    z-index: 3;
	position: fixed;
	_position: absolute;
    background-color: black;
    opacity: 0.70;
    filter: alpha(opacity=70);
	height: 40px;
    bottom: 0px;
	_bottom: -1px;
    right: 0px;
	_right: 17px;
	width: 100%;
    text-align: right;
	}