@font-face {
 font-family: myfont;
 src: url("mcboohmk.eot"); 
}
@font-face {
 font-family: myfont;
 src: url("mcboohmk.ttf") format("truetype"); 
}
body{
	font-size: 18px;
	background-color: #000000;
}

#loading {
	top: 11px;
	left: 9px;
	color: #333333;
	background-color: #FFCC00;
	padding: 5px 10px;
	font: 12px Arial;
	position: absolute;
	z-index: auto;
}


#container {
	font-size: 18px;
	text-align: center;
	width: 1024px;
	padding: auto;
	margin: auto;
}
#runningtxt {
	font-family: myfont;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	position: relative;
	width: 1024px;
}
#header {
	height: 169px;
	width: 1024px;
}
#home {
	color: #FFFFFF;
	height: 91px;
	width: 709px;
}
#nav1 {
	color: #FFFFFF;
	height: 78px;
	width: 329px;
}
#nav2 {
	color: #FFFFFF;
	height: 78px;
	width: 123px;
}
#nav3 {
	color: #FFFFFF;
	height: 78px;
	width: 257px;
}
#content1 {
	font-family: myfont;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 338px;
	width: 430px;
	top: auto;
	overflow-x: hidden;
	/*overflow: auto;*/
	left: auto;
}
#content2 {
	font-family: myfont;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: auto;
	width: 430px;
	top: auto;
	overflow-x: hidden;
	/*overflow: auto;*/
	height: 338px;
	left: auto;
}
