#background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10;
				_position: absolute; /* IE6: mimics position: fixed; */ } /* [1] */

#container {margin: 40px auto 0 auto; width:900px; height:634px; position: relative; z-index: 20; background: url(../images/bg_content.png) no-repeat; }

#logo {margin: 63px 0 0 -46px;}

#content {margin-left: 398px; padding-right: 233px; color: #9f1a00; overflow:hidden; height:400px;}
#content p {
			margin-bottom: 1.1em;
			font-weight: bold; 
			text-shadow:0 0 1em #fff, 0 0 1em #fff; 
			/*For IE Compatibility*/
			filter:Glow(color: #ffffff, strength: 3);
		}

#badges{margin-bottom:90px; height:55px; background: url(../images/footer.png) no-repeat;}
#badges ul{margin: 0; padding: 0; }
#badges ul li { display: inline; }
#badges img{ margin: 5px;} 

#copyright{margin: 0; position:absolute; right: .5em; bottom:0; color: #b9bfb0; font-style:italic; }

.right{ text-align:right;}