@charset "utf-8";
/* CSS Document */

* { outline: none; }

html, body {
	background: #101d25;
	color: white;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 0.9em;
}
.cufonized {
	font-size: 0.9em;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -175px;
	float: left;
}
div#flash {
	/*border: 1px dashed #CCC;*/
	clear: both;
	height: 350px;
	margin: 0 auto;
	position: relative;
	top: -175px;
	width: 1000px;
	/* IE4ever Hack: Hide from IE4 **/
    position: static;/** end hack */
}
div#container {
	height: 350px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 1000px;
}
img {
	margin: 5px;
}

/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */


.clear {
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

body {
	font-family: Arial,sans-serif;
}
h1 {margin:5px;padding:0;}

a {
	color: #CCC;
}