@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 1024px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-512px;
	/* Half the width of the DIV tag which is 50 pixels */
margin-top: -384px;
	/* Half the height of the DIV tag which is also 50 pixels */
	background-color:#335D85;
	margin-right: auto;
	margin-bottom: auto;
}
#top {
	float: left;
	height: 335px;
	width: 1024px;
}
#movie {
	float: left;
	height: 372px;
	width: 600px;
}

#flashcontent {
	float: left;
	height: 372px;
	width: 600px;
}
#centre_left {
	float: left;
	height: 162px;
	width: 274px;
}
#centre_right {
	float: left;
	height: 162px;
	width: 250px;
}
#copy {
	float: left;
	width: 500px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#bottom {
	float: left;
	height: 230px;
	width: 1024px;
}
#top_flythru {
	float: left;
	height: 171px;
	width: 1024px;
}
#flythru_left {
	float: left;
	height: 372px;
	width: 211px;
}
#flythru_right {
	float: left;
	height: 372px;
	width: 212px;
}
#flythru_bottom {
	float: left;
	height: 157px;
	width: 1024px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFF33;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCFF33;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCFF33;
	text-decoration: underline;
	font-weight: bold;
}

