body {
 width:100%;
 height:100%;
 margin:0px;
 padding:0px;
 background:#eff4f5;
}

a {
	border:0px;
}

img {
	border:0px;
}

.container {

}

.top_container {
	height:394px;
	background:url(../../images/teaser/top_bg.jpg) repeat-x 0 0;
	text-align:center;
	vertical-align: text-top;
}

.top_container .middle_container {
	background:url(../../images/teaser/top_middle_bg.jpg) no-repeat top center;
	height:394px;
}

.bottom_container {
	text-align:center;
	vertical-align: text-top;
	background:url(../../images/teaser/bottom_bg.jpg) repeat-x 0 0;
}

.bottom_container .middle_container {
	border:1px red solid;
	height: 360px;
}