body {
	background-image: url(../img/bg_start.gif);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	color: #424242;
	padding: 0px;
	margin: 0px;
}

#teaser1 {
	position: absolute;
	left: 0px;
	top: 145px;
	width: 984px;
	height: 260px;
	z-index: 1;
	}
	
#teaser2 {
	position: absolute;
	left: 0px;
	top: 415px;
	width: 984px;
	height: 260px;
	z-index: 1;
	}
	
#teaser3 {
	position: absolute;
	left: 0px;
	top: 685px;
	width: 984px;
	height: 260px;
	z-index: 1;
	}

.box1{
height: 200px;
width: 200px;
background-color: red;

}

.box2{
height: 100px;
width: 100px;
background-color: blue;
display:none;
}

