body {
	background-color: #c0312a;
	margin-left: 0px;
	margin-top: 0px;
}
input, submit, option, select, textarea{
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #000000;
	border: 1px solid #E88939;
}

#logobartop {
	position:absolute;
	width:85%;
	height:10%;
	z-index:2;
	visibility: visible;
	overflow: hidden;
	left: 5%;
	right: 5%;
	top: 5%;
}
#navbartop {
	position:absolute;
	width:85%;
	height:10%;
	z-index:2;
	top:15%;
	left: 5%;
	right: 5%;
	max-height: 40px;
}
#content_main {
	position:absolute;
	width:85%;
	height:70%;
	z-index:3;
	top: 25%;
	left: 5%;
	right: 5%;
}
#textlayer {
	position:absolute;
	width:70%;
	height:90%;
	z-index:3;
	left: 2%;
	top: 2%;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
}
#tyre_gfc {
	position:absolute;
	width:20%;
	height:90%;
	z-index:2;
	right: 2%;
	margin-top: 2%;
}
#footer {
	position:absolute;
	width:85%;
	height:5%;
	z-index:4;
	bottom: 0%;
	left: 5%;
	right: 5%;
}
A:link {
	text-decoration: underline;
	color:#ffffff;
}
A:visited {
	text-decoration: underline;
	color:#ffffff;
}
A:active {
	text-decoration: underline;
	color:#ffffff;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
}
