div, html, body {
	margin:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	background-color:#000000;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	overflow: auto;
	
}

a, img {
	border:0px;
}

a 
{
	color: #444444;
	text-decoration: none;
}

a: active 
{
	color: #444444;
}

a: hover 
{
	color: #333333;
}

#flashContent {
	width:100%;
	height:100%;
	background-color:#000000;
}

#altContent {
	width:100%;
	height:100%;
	background-image: url(../../img/kabobags.jpg);
	background-repeat: no-repeat;
}

#bar {
	position:absolute;
	width:955px;
	height:200px;
	top:300px;
}

#bar #inner {
	margin-left:400px;
	margin-top:20px;
	font-family:Arial, Helvetica, _sans-serif;
	color:#323232;
	font-size:12px;
	width:955px;
}

#bar #inner div {
	float:left;
	width:300px;
}
