html {
  height: 100%;
 /* overflow:hidden; */
}
#flashcontent {
  height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;		
	background-color:#000000;
	color:#FFFFFF
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color:#F00
	
}

h1 {
	color:#dbd4e2;
	font-size:22px;
	letter-spacing:-1px;
	margin-top:15px
}
#alternate {
	width:941px;
	margin:0 auto;
}
#alternate div {
	padding:30px;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(store/images/footer.jpg) no-repeat #000;
	font-size:10px;
	color:#FFF;
	height:30px;
	padding:15px 0 5px 50px
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}