HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY {
	background: #000;
	font-family: times, "times new roman", "serif";
	color: #fff;
	font-size: 10pt;
}


.layout {
	width: 100%;
	height: 608px;
}

.flash {
	height: 580px;
}

.copyrights {
	height: 30px;
	vertical-align: middle;
	padding: 10px 100px 10px 100px;
	color: #6c6c6c;
	font-size: 8pt;
	font-family: tahoma, "trebuchet ms", arial, sans-serif;
}

.copyrights A {
	color: #6c6c6c;
	text-decoration: underline;
	border: 0;
}

.copyrights A:visited {
	color: #6c6c6c;
	text-decoration: underline;
	border: 0;
}

.copyrights A:hover {
	color: #fff;
	border: 0;
	text-decoration: underline;
}