html {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	min-height: auto;
	background-color: White;
	background-image: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

#container {
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
}

html>body #container {
	width: 90%;
	height: auto;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
}

#title {
		margin-top: 10%;
		background-color: none;
		text-align: center;
}

.titlestyle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 5em;
	color: rgb(220, 220, 220);
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}