 html{
  height: 100%;
  overflow: hidden;
 }



body{
  height: 100%;
  margin: 0;
  padding: 0;
 background : url(../html/images/bg.jpg) repeat-x #b2d5e9;

}

#wrap{
	 background : url(../html/images/clouds.png) repeat-x 0% 130%;
}

#flashcontent div{
	margin-top:250px;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color:#feff00;
	float:left;
	width:100%;
}

#flashcontent div p{
	text-align : center;
}

#flashcontent div p span{
	color:#FFFFFF;
}
