html {
	width: 100%;
	height: 100%;}
        

body {width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
        background-image: none;
}



.container {position:absolute;
top:50%;
left:50%;
height:569px;
width:189px;
margin: -150px 0 0 -290px;
padding:0;
}



.container a span {
display: block;
border: 0;
padding: 0;
margin: 0;
width: 569px;
height: 189px;
position: relative;
float: left;
top: 0;
left: 0;

}


.container a span {
display: block;
position: relative;
float: left;
width: 569px;
height: 189px;
top: 0px;
left: 0px;
padding: 0px;
border: 0;
margin: 0 0 0 0;
background-image: url(../images/teaser.jpg);
background-repeat: no-repeat;
}


