/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: small;
	font-family: sans-serif;
	color: #ffffff;
	background: #101010 url("../images/bg.png") repeat-x center center;
	}

table#main-table {
	height: 100%;
	width: 100%;
	}

td#main-td {
	background: #101010 url("../images/bg.png") repeat-x center center;
	}

a {
	color: #f7682c;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.centered {
	text-align: center;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 140px;
	width: 800px;
	overflow: hidden;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 115px;
	width: 800px;
	overflow: hidden;
	color: #3a3a3a;
	}

div#footer a {
	color: #3a3a3a;
	}

p#powered {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Flash Movie */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#flash-movie {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 500px;
	width: 980px;
	overflow: hidden;
	background: transparent url("../images/bg-flash.png") no-repeat center top;
	}





































































/* Final */