body {
		background-color: #009999;
		text-align: center;
	}
	#boxContainer { 
		height: auto;
		left: 0px;
		min-width: 1000px;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 0px;
	}
	#boxInfo {
		background-color: white;
		color: #009999;
		float: left;
		font-size: 50px;
		height: auto;
		text-align: center;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		width: 100%;
	}
	#boxFooter {
		background-color: white;
		color: #009999;
		float: left;
		font-size: 30px;
		height: auto;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		text-align: center;
		width: 100%;
	}
	#boxMenu1 {
		background-color: #009999;
		color: white;
		float: left;
		font-size: 60px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		height: auto;
		margin-top: 20px;
		min-width: 960px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	#boxMenu2 {
		background-color: #009999;
		color: white;
		float: left;
		font-size: 60px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		height: auto;
		min-width: 480px;
		padding-top: 20px;
		text-align: center;
		width: 50%;
	}
	#boxLink {
		background-color: #A9A9A9;
		color: #0066ff;
		float: left;
		font-size: 40px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		height: auto;
		margin-top: 20px;
		min-width: 480px;
		text-align: center;
		width: 100%;
	}
	#boxSpacing {
		background-color: #FFFFFF;
		color: #009999;
		float: left;
		font-size: 40px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		height: auto;
		margin-top: 20px;
		min-width: 480px;
		text-align: center;
		width: 100%;
	}
	#boxTitle {
		color: white;
		float: left;
		font-size: 80px;
		height: auto;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		text-align: center;
		width: 100%;
	}
	a.linkBoxMenu:link, a.linkBoxMenu:visited, a.linkBoxMenu:active {
		color: #0066ff;
		display: inline-block;
		font-size: 40px;
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
	}

	a.linkBoxMenu:hover {
	  color: red;
	}
	input[type=submit] {
		background-color: white;
		border: none;
		color: #009999;
		text-decoration: none;
		cursor: pointer;
		font-size: 60px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		width: 90%;
		height: auto;
	}
	input:hover[type=submit] {
		background-color: white;
		border: none;
		color: red;
		text-decoration: none;
		cursor: pointer;
		font-size: 60px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		width: 90%;
		height: 90%;
	}
	input[type=text] {
		background-color: white;
		border: solid;
		color: #009999;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		font-size: 60px;
		font-family: "Siemens Sans Black", Arial, Sans-serif;
		width: 65%;
		height: 70px;
	}