body {
	background-color:#000000;
	background-image:url(images/BG-LARGE.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
}

iframe {
	overflow-x: hidden;
	overflow-y: auto;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color:#FFCC00;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#1A212D;
	border-width:1px;
	border-color:#293447;
}

.credits{
	font-size:10px;
}