html, body, #content	{ height:100%; }

body					{ margin:0; padding:0; overflow:hidden; background-color:#3a0704;}

#altContent				{ /* style alt content */ }
			
a:link,

a:visited{
		color: #D14B02;
		text-decoration: underline;
		font-weight: bold; 
		}

a:active{
		color: #D14B02;
		text-decoration: underline;
		font-weight: bold; 
		}
			
			
#imageHolder	{
		width: 824px;
		height: 670px;
		background-image: url(../images/default.gif);
		background-position: top center;
		background-repeat: no-repeat;
		}
		
#textHolder	{
		font-family: Verdana;
		font-size: 11px;
		color: #FFFFFF;
		line-height:16px;
		padding-top: 180px;
		text-align:left;
		width: 355px;
		height: 670px;
}