body {
	background-color: #A9D2DB;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0;
}

div img {
}

#screen-container {
	height: 400px;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 600px;
}

#screen-container-intro {
	height: 250px;
	left: 50%;
	margin-left: -300px;
	margin-top: -125px;
	position: absolute;
	top: 50%;
	width: 600px;
}

#screen-content {
	display: block;
	height: 380px;
	text-align: center;
	width: 100%;
}

#screen-content-intro {
	display: block;
	height: 230px;
	text-align: center;
	width: 100%;
}

#screen-title {
	display: block;
	width: 100%;
}

#navigation {
	display: block;
	height: 20px;
	text-align: left;
	width: 100%;
}

#navigation-intro {
	display: block;
	height: 20px;
	text-align: center;
	width: 100%;
}

#print-container {
	display: none;
}


