@charset "UTF-8";
/* CSS Document */

            html, body {
                height: 100%;
                overflow: hidden;
            }
            body {
                background: #000000;
                font: 86% Arial, sans-serif;
                margin: 0;
                color:#FFFFFF;                
            }
            #content {
                height: 100%;
            }
			
			H1 {
				margin-left:50px;
			}

.nav LI, #sitenav LI {
	display:inline;
	padding:0px 10px;
}

A {
	color:#e6be2f;
}

#content_static IMG {
	margin:5px;
}

#footer, #content_static {
	margin-top:20px;
	margin-left:50px;
}