body {
	font-family: "Courier New", Courier, monospace;
	color: #00ee33;
	background-color: #000000;
	background-image: url("http://monkey.org/images/line5.gif");
	padding: 0px;
	margin: 10px;
	height: 95%;
}

h2, h3, h1 { font-weight: bold; }
h2 { font-size: 1.33em; }
h3 { font-size: 1em; }

a:link    { color: #ff9900; }
a:active  { color: #ff9933; }
a:visited { color: #ffcc00; }
a:hover   { color: #ffcc00; }

#head {
	background-image: url("http://monkey.org/images/line2.gif");
	border: 1px solid #00ee33;
	padding: 25px;
	font-size: 30px;
	font-weight: bold;
}


#h_logo {
	position: absolute;
	right: 20px;
	top: 20px;
}

#main {
	padding: 30px;
	height: 80%;
}

#foot {
	background-image: url("http://monkey.org/images/line2.gif");
	border: 1px solid #00ee33;
	height: 15px;
	padding: 2px;
	text-align: right;
}

#footer {
        text-align: right;
        position: fixed;
        right: auto;
        line-height: 2.0em;
        height: 2em;;
        left: 0px;
        bottom: 0px;
        background-color: #c0e39;
        width: 100%;
        border-top: 1px solid #00ee33;;
	font-size: .8em;
}

