* {
    margin: 0px;
    padding: 0px;
    border: none;
}

html {
    background-color: #848484;
    color: #F2F2F2;
    font-family: "Times New Roman", Times, serif;
}

#container {
	width: 1000px;
	height: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -400px 0 0 -500px;
	background: #f7f7f7;
}

#inner_header {
	position: absolute;
	top: 0px;
	height: 110px;
	width: 100%;
	background: #ccc;
	text-align: center;
}
#inner_header img {
	max-height: 100px;
}

#inner_center {
	position: absolute;
	top: 110px;
	height: 600px;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
}
#inner_center img {
	max-width: 900px;
}

#inner_footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background: #ccc;
	text-align: center;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	padding-top: 18px;
}