
body
{
    background-image: url(../images/fill.gif);
	background-repeat: repeat-x;
}


#flashintro
{
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
}

#wrapper
{
	height: 600px;
	background-position: top center;
	background-repeat: no-repeat;
	/* background-image: url(../images/big_bg/home.jpg); */
}


#head_text
{
	position: relative;
	top: 280px;
	left: 330px;
	width: 447px;
	color: #0f3782;
}

#teaser1
{
	position: absolute;
}
#teaser1 .head
{
    background-color: #1b428a;
}

#teaser2
{
	position: absolute;
	left: 324px;
}
#teaser2 .head
{
    background-color: #00c2ff;
}

#teaser3
{
	position: absolute;
	left: 654px;
}
#teaser3 .head
{
    background-color: #00c2ff;
}

.teaser_close
{
  	top: 473px;
    height:220px;
}

.teaser_open
{
   top: 385px;
   height: 220px;
}

