 @charset "utf-8";
/* CSS Document */

.music {
	bottom: 10px;
	right: 10px;
	position: absolute;
	z-index: 2;
}

.music_top_right {
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 2;
}
.text {
	
	text-align: center;
}
.musicleft {
	bottom: 10px;
	position: absolute;
	z-index: 2;
	left: 10px;
}
.enterLowB {
	position: absolute;
	border: 0;
	text-align: center;
	width: 1000px;
}
.stacker{
	/* creates a containing block so absolutely position children are positioned relative to .outer */
  position: relative;
	margin: 0 auto;
}

.stacker img {
	border: 0px;
	padding:0px;
	margin: 0 auto;
}

.stacker object, .stacker embed, .stacker img.upper, .stacker script {
	/* flash objects */
  position: absolute;
	z-index: 20;
	margin-top: 45px;
	margin: 0 auto;
}

#Foo {
  left: 10px;
  top: 10px;
} 
