html
{
	overflow: auto;
	overflow-x: hidden;
}

#container
{
	width:1024px;
	margin: 5px auto;
}

#header
{
	width:970px;
	margin: 0 auto;
}

#frame
{
	position:relative;

	width:1194px;
	height:1159px;
	margin-left:-91px;
		
	background-image: url("/images/funstuff/games/tubes/frame.png");
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#tubes
{
	position:absolute;
	top: 0px;
	left: 91px;
	width: 1024px;
	height: 970px;
}

#tubes img#logo
{
	position:absolute;
	top: 0px;
	left: 32px;
	width: 959px;
	height: 304px;
}

#tubes #game
{
	position:absolute;
	top: 306px;
	left: 0px;
	width: 1024px;
	height: 768px;
}

#tubes #game img#dazed
{
	position:absolute;
	top:0px;
	left:293px;
}

#tubes #game #msg
{
	position:absolute;
	top: 532px;
	left: 273px;
	width: 437px;

	color: #E747DA;
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
}

#tubes #game #msg .get_flash
{
	float:right;
	margin: 5px;
}

#tubes #game #msg a
{
	color:#b31665;
	text-decoration:none;
}

#tubes #game #msg a:hover, #tubes #game #msg a:active
{
	text-decoration:underline;
}
