html 
{
        height: 100%;
        overflow: auto;
}

body 
{
		color: #6e2817;
		font-family: tahoma, serif;
		font-size: 11px;
        margin: 0;
        padding: 0;
        background-color: #452117;
}

div#fcWeb
{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;    
}

div.htmlContentContainer, div.htmlAltMenu
{
    width:990px;
    margin-left: auto;
    margin-right: auto;
}


h1, div#htmlAltMenu
{
		text-indent: -9999px;
}

a:link, a:visited, a:hover
{
		color: #6e2817;
		text-decoration: none;
}
