/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
/* end hide */

#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #585e5c;
	background-image:url('background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:14;
}

td {
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:14;
}

.td.menustyle {
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:16;
}

a {
	color:#DFDFDF;
	text-decoration:none;
} 

a:link {
	color: #DFDFDF;
}

a:visited { 
	color: #DFDFDF;
}

a:hover { 
	color: #FFFFFF
}

a:active { 
	color: #DFDFDF
}

.bodytext {
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:14;
}

#menu {
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:16;
}

.menu {
	color:#DFDFDF;
	font-family:sans-serif;
	font-size:16;
}

.copyright {
	color:#DFDFDF;
	text-decoration:none;
	font-family:sans-serif;
	font-size:8;
}

.centercenter {
	left: 50%;
	top: 50%;
	position: absolute;
}

.sitebase {
	left: -450px;
	top: -300px;
	width: 900px;
	height: 600px;
	position: absolute;
}




