body
{
	background-color: #462f26;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	overflow: hidden;
	background-image: url('img/alt/bgpattern.png');
    
}
 #center {
       position: absolute;
       top: 50%;
       width: 100%;
       overflow: visible;
       display: block;
       left: 0;
}
#flash {
	height: 100%;

}

#alt {
    font: 13px/19px Georgia, "Times New Roman", Times, serif;
    color: #462f26;
	text-align: center;
	vertical-align: middle;
	height: 391px;
    width: 431px;
    background-color: #f8f8e0;
	border: 14px double #c14424;
	padding: 30px;
	padding-right: 150px;
	padding-left: 150px;
	margin: 0 auto;
    overflow: visible;
    position: absolute;
    top: -240px;
    left: 50%;
    margin-left: -379px;
}

#alt a {
	color: #c14424;
}

#altfooter {
	font: 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
}