* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color:#000;
	overflow:hidden;
}

#container {
	position:absolute;
	width:1660px;
	height:926px;
	top:50%;
	margin-top:-403px;
	left:50%;
	margin-left:-830px;
	background: url(../images/bg.jpg) no-repeat left top;
	background-color: #000;
}
	
	
/* flash content */
#yoobot {
	position: absolute;
	width:700px;
	height:470px;
	
	left:50%;
	margin-left:-360px;
	
	top:50%;
	margin-top:-258px;
}

#soundToggle {
	position: absolute;
	top: 305px;
	left: 395px;
	width:73px;
	height:158px;
}

#logo{
	position: absolute;
	top: 110px;
	left:530px;
	width:550px;
	height:94px;
}


#counter{
	position: absolute;
	top: 685px;
	left:425px;
	width:562px;
	height:86px;
}

