html {
	height: 100%;
}

body {
	background-color: #d4d09e;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 100%;
}

a {
	color: #660033;
	text-decoration: none;
}

a:hover {
	color: #330000;
	text-decoration: none;
}

a:visited {
	color: #CC3333;
	text-decoration: none;
}

a img { border: 0; }

a:hover img { border: 0; }

a:visited img {border: 0; }

#outerContent {
	padding: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 350px;
	max-width: 100%;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #660033;
}

h2 {
	font-size: 120%;
	border-width: 1px;
	border-color: #990000;
}

h3 {
	font-size: 110%;
}

#flashReplace {
	height: 90%;
	width: 100%;
	display: block;
}

#footer {
	display: none;
}

#inventiv {
	display: block;

	background-color: #FFFFFF;
	padding: 2px;
	width: 100%;
}

