@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/bg_white_vignett.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#flashHolder {
	font-size: 14px;
	text-align:left;
	width:824px;
	height: 988px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#flashHolder h1{
	font-size: 36px;
	font-weight: normal;
	color: #00a5e7;
	}
	
#flashHolder h2{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	}
	
.imgLink{
	text-decoration:none;
	border: 0px;
	}


