* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color:#E3EEF0;margin: 0;
	padding: 0;
}
A		{ color: #c92000; text-decoration: none;  }
A:hover	{text-decoration: underline;}


p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;background: #E3EEF0 url(bg.jpg) repeat-x;text-align:center;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 108px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	width: 1000px;margin: 0 auto;text-align:center;font-size:16pt;font-family:Tahoma;padding-top:50px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -154px auto 0;
	height: 154px;
	background: #E3EEF0 url(back.jpg) 50% 0 repeat-x;
}
