/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
}

/* end hide */


body{
	position:relative;
	background-image:url(../images/bgTileLogin.gif);
	background-repeat:repeat-x;
	background-color:#6BC414;
	margin:0;
	padding:0;
	height: 100%;
	overflow-x: hidden;
}

#flashContainer{
	/*
		default 1024;
	*/
	width:100px;	
	height:650px;
	overflow:hidden;
}
	
#flashcontent {	
	z-index:1;
	width:100px; /* default */
	height:650px;
	margin-left:0px;
}

#footer{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#6BC414;
}

#leaderboard{
	position:absolute;
	z-index:3;
	width:728px;
	height:90px;
	top:10px;
	left:250px; /* default value, makes jump less extreme than one from 0*/
}

#ad{
	position:absolute;
	width:300px;
	height:1px;
	top:277px;
	z-index:2;
	overflow:hidden;
}