* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: #184d54;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	margin-left: 15px;
}
h2 {font: 18px Arial, Tahoma, Verdana, sans-serif; color: #184d54; font-weight: bold; font-size: 18px;}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 83px;
	background: #5a8c9b;
	padding: 0px;
	width: 100%;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {align: center;
	padding: 0 0 100px;
	vertical-align: middle;
	background-image: url(images/land.jpg);
	background-repeat: repeat-x;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
}

#monitor {
	vertical-align: middle;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	margin-left: 15px;
}
.style3 {
	color: #FDE37B;
	font-size: 32px;
}
.style6 {
	color: #E0EAED;
	font-size: 12px;
	margin-left: 15px;
}
