/*bug in firefox*/
object { 
	outline:none; 
}

body {
	margin: 0px;
	overflow:auto;
	background-image:url('BG_gradient.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	height: 100%;
	text-align:center;
}
#backanim {
	position:absolute;
	top:30px;
	width:100%;
	height:100%;
}
#parent {
	width: 100%; 
	height: 100%; 
	position:relative;
} 
.containerFullScreen {
	margin:0 auto; 
	width: 100%; 
	height: 100%;
}
.containerMain {
	margin:0 auto; 
	width: 820px; 
	height: 550px; 
}

#blackBar {
	left:0px;
	width:100%;
	height:30px;
	background-color:#000000;
	z-index:-1;
	display:none;
	position:absolute;
}

