html, body {
	height: 100%;
}
body {
	background-color: #000;
	color: #fff;
	margin: 0;
}

#bluebox, #bluebox object, embed {
	width: 100%;
	height: 100%;
}
#bluebox {
	border-top: 1px dashed darkblue;
	border-bottom: 1px dashed darkblue;
	height: 200px;
}

#title {
	height: 30px;
	width: 100%;
	top: 200px;
	left: 0px;
	text-align: right;
	margin-right: 30px;
}
#title h1 {
	color: #fff;
	margin-right: 30px;
	display: none;
}
