html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}

h1 img {
	display: block;
	}

img {
	border: 0;
	}

a {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	text-decoration: none;
	}

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 10px arial;
	color: #565656;
	}



#canvas
{	position:absolute;
	left: 50%; 
	margin-left: -330px;
	margin-top: 0px;
	width: 650px;
	height: 475px;
	padding: 0px;
	background: url(images/kru-splash.gif) repeat-x;
	}

#logo
{	width: 650px;
	height: 161px;
	padding: 0px;
	text-align: center;
	}

#flash 
{	width: 650px;
	height: 300px;
	padding: 0px;
	text-align: center;
	}


#copyright {
	color: #000000;
	}

#copyright p {
	margin: 0 1em 0.5em 1em;
	text-align: center;
	font: 10px arial;
	color: #000000;
	}

#copyright a {
	color: #000000;
	text-decoration: none;
	}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}