/* CSS Document */

html {
	height: 100%;
	width: 100%;
}
body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../../img/bg/body_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
div#shiv { 
	background: transparent; 
	width: 100%; 
	height: 50%; 
	margin-top: -275px; 
	float: left; 
} 
#flash {
	padding: 1px;
	height: 551px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	clear:both;
	position: relative;
	top: 0px;
	background-color: #000000;
}
#skip{
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}



/* Hide from IE5mac *//*/ 
div#shiv { 
	display: none; 
} 
html, body { 
	height: auto; 
} 
/* end hack */

