* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	background: #333333;
}

body {
	font: 13px helvetica, verdana, arial, sans-serif;
	color: #996600;
}

#page {
	height: 100%;
	min-height: 100%;
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: justify;
	background: #333333;
	margin-bottom: -98px;
}

html>body #page {height: auto;}


#intro {
	text-align: justify;
}

#intro span {
	position: absolute; left: 0px; top: 180px;
}

#page h1 {
        background: url(/style/2009/images/banner.gif) no-repeat;
        width: 900px;
        height: 150px;
        position: absolute; left: 0px; top: 0px;
        border: 0px;
}

h1 span {
        display: none;
}

img {
        border: 0px;
}

.moreinfo {
        margin-bottom: 20px;
}

#footer {
        text-align: center;
        width: 450px;
        height: 20px;
        position: relative; left: 25%; top: 10px;
        background: url(/style/2009/images/line.gif) repeat-x;
        float: left;
}

#footer p.footertext {
        text-align: center;
        font-size: 9px;
        font-style: italic;
        margin-top: 5px;
        margin-bottom: 10px;
}