body
{
	font-family:Arial, Helvetica, sans-serif;
}
#box_wrapper
{
	right:50%;
	width:500px;
	height:350px;
	position:absolute;
}
#box
{
	position:relative;
	margin-top:50px;
	top: 50%;
	left: 50%;
	border: solid 1px black;
	width: 500px;
	height: 350px;
	padding:10px;
	background-color: white;
	background-image:url(../images/dpp-logo.png);
	background-repeat:no-repeat;

	vertical-align:bottom;
	text-align:center;
}
#content
{
	margin-top:25%;
	text-align:center;
}
#queueHeader
{
	background-color: white;
	background-image:url(../images/dpp-logo.png);
	background-repeat:no-repeat;
	text-align:right;
	height:80px;
}