html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	color: #B51B04;
	line-height: normal;
}
a {
	text-decoration: none;
	color: #EE2105;
}
a:hover {
	text-decoration: underline;
	color: #B51B04;
}
div#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#top {
	position: absolute;
	top: 0;
	height: 110px;
	width: 100%;
	background: url(../images/top.jpg);
	background-repeat: repeat-x;
	text-align: right;
	z-index: 6;
}
div#content {
	position: absolute;
	top: 16%;
	z-index: 1;
	width: 80%;
	height: 60%;
	text-align: center;
	padding: 20px 0 0 5%;
}
div#innerContent {
	width: 600px;
	height: 360px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	line-height: 25px;
}
div#innerImage {
	width: 610px;
	height: 360px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	line-height: 360px;
}
div#innerImage img {
	vertical-align: middle;
}
div#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	background: url(../images/right.jpg);
	background-repeat: repeat-y;
	z-index: 3;
}
div#innerRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	background: url(../images/bottomRight.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 4;
}
div#bottom {
	position: absolute;
	bottom: 0;
	height: 110px;
	width: 100%;
	background: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 2;
}
div#bottom img {
	vertical-align: top;
}