html{
	overflow: auto;  /* IE BUG FIX */
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	background-color: #000;
	background-image: url('./img/bg1.jpg');	width: 100%;
	height: 100%;
}
#table{	width: 100%;
	height: 100%;
	display: table;}
#tr{ display: table-row; }
#td{	width: 100%;
	height: 100%;	display: table-cell;
	padding-top: 30px;
}
#contentOuter{	height: 381px;
/*	padding: 0 0 0 200px; */
	background: url('./img/bg2.jpg') repeat-x 0px 331px;
}
#content{	width: 900px;
	margin: 0 auto;
}
#content img{	display: block;
	float: left;}
a{ text-decoration: none; }
a img{ border: 0; }
#flashAnim{	position: absolute;
	margin: 56px 0 0 73px;
	cursor: pointer;
}
