@charset "UTF-8";

/*

	Body and A CSS

*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(../images/wallpaper.gif) center center no-repeat #005480;
}


/* following rules are invisible to IE 5 Mac \*/
html, body {
	width: 100%;
	height: 100%;
}
/* end hack */


a:link, a:visited, a:hover {
	color: #0b3559;
	text-decoration: none;	
}

a:hover {
	border-bottom: 1px dotted #0b3559;
}

a img {
	border: none;
}

/*  
	
	DIV and Container CSS

*/

#outsideContainer {
	width:100%;
	height:100%;
	background:url(../images/bg_top.jpg) repeat-x ;
}

#centreHorizon {
	position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#centreHorizon {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 960px;
	margin-top: -300px;
 }
 
 #indexCentreHorizon {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 794px;
	margin-top: -275px;
 }
/* end IE 5 hack */ 

#container {
	width: 960px;
	margin: 0px auto;
	border: 1px solid #333;
}

#flashMovie {
	width: 960px;
	height: 600px;
}

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 960px;
	height: 600px;
 }
