body {
	background-color: rgb(215, 215, 215);
}

.content img {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.center_window {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgb(255, 255, 255);
}

#header_img {
	vertical-align: middle;
}

#header_text {
	color: rgb(239, 137, 9);
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 79px;
	width: 590px;
	height: 79px;
	display: inline-block;
}