* {
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #930036;
	border: 0;
	margin: 0;
}

#top {
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: #ffffff;
}

#application{
}

#image {
	position: absolute;
	margin-top: -230px;
	margin-left: -475px;
    top: 50%;
    left: 50%;
	width: 950px;
	height: 460px;   
	
	background-image: url(assets/picts/intro_cropped.jpg);
	background-repeat: no-repeat;
}

#flashcontent {
	position: absolute;
	text-align: center;
	
	margin-top: -288px; 
    top: 50%; 
    
	width: 100%;
	min-width: 950px;
	height: 576px;
	
	background-color: #ffffff;
	background-image: url(assets/picts/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;

	font-family: verdana; 
	font-size: 12px; 
}
#flashcontent a {
	color: #930036;
}

#Disclaimer
{
	position: absolute;
	text-align: center;
	top: 750px;
	width: 100%;
}
a
{
	color:#ffffff; 
	font-family: verdana; 
	font-size: 9pt;
}