@charset "utf-8";

html, body { height: 100%; margin:0; padding:0; background:#1E1711; }
body { 	margin:0; padding:0; min-width:960px; 
		color: #3c3325;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		}

div#container { min-height:100%; height:auto !important; height:100%; margin:0 auto; 
				position:relative; 
				width:100%; 
				z-index:10;
				/width:expression((document.body.clientWidth > 960) ? '100%' : '960'); 
}


a, a img { border:0; }
h1, h2, h3, h4 { text-align:center; }
h3 { font-size:11px; padding:0 0 20px 0; margin:0; color:white; top:35%; position:relative; color:#e1d6cd; }
p { text-align:center; padding:0; margin:0; top:35%; position:relative; }