
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.8em;
	font-family: Helvetica, sans-serif;
	background: #000000;
	color:#cccccc;
}

br {
	clear: left;
}

.containerdiv {
    position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

.col1 {
	top:0px;
	left:0px;
    width: 237px;
    height: 34px;
    float:left;
    position:relative;
    padding:0 0 0 0;
    overflow:hidden;
    background: #000000;
    background-repeat:no-repeat;
    z-index: 5
}

.col2 {
	top:0px;
    float: right;
	width: 300px;
	height:13px;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
    background: #000000;
    background-position:top left;
    z-index: 5
}

#flashcontent {
position: relative;
clear:both;
margin-left: auto;
margin-right: auto;
top: 25px;
width: 1280px;
min-width:1280px;
height: 813px;
z-index: 999;
}



