.container {
	width: 100%;
	visibility: visible;
	height: 100%;
	margin-top: 100px;
}
body {
	background-image: url(../graphic/bg.jpg);
	background-repeat: repeat-x;
}
#flashcontainer #teaser {
	position: relative;
	z-index: 10000;
}

