@charset "UTF-8";
/* CSS Document */

.Container {
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/flames.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 181px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 155px;
}
.Flash {
	text-align: center;
	height: 583px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Flash.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 11px;
	padding-left: 72px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58585A;
	text-align: center;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
