/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #3c4a53 url('../images/bg.gif') repeat center center;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 82.5%;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	background: transparent url('../images/bg.png') no-repeat center center;
	}

a {
	color: #4221ae;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

table {
	width: 100%;
	height: 100%;
	}

.centered {
	text-align: center;
	}

.blank {
	display: none;
	}

div#flash-movie {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 980px;
	height: 630px;
	overflow: hidden;
	background-color: #4e5b64;
	}

div#flash-movie p {
	margin: 20px;
	padding: 0;
	}

div#flash-movie hr {
	margin: 20px;
	padding: 0;
	}

div#in-flash {
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	}

h1#logo {
	margin: 20px 20px 30px 20px;
	padding: 0;
	display: block;
	width: 300px;
	height: 75px;
	background: transparent url('../images/logo.gif') no-repeat left top;
	}






















































/* Final */