html, body {
height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font: 0.75em verdana, arial, sans-serif;
	text-align: center;
	background: #f4f4f4 url(/req/img/background.gif) center repeat-y;
}
/* LOGO */
div#logo {
	width: 700px;
height: 180px;
	}
	
/* MAIN MENU */


#menu {
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #ffe0c2;


}


div#menu li {
display:inline;
list-style-type: none;
padding: 10px;

}

div#menu a:link, a:visited
{
text-decoration:none;
color:black;
}

div#menu a:hover
{
text-decoration:underline;
color:black;


}

/* CONTAINER */

div#container {
	position: relative;	
	text-align:left;
	min-height:100%;
	height:100%;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
}

html>body #container {
	height: auto;
}

/* MAIN */

div#main {
padding: 10px 10px 100px 10px;
}

#main a:link, #main a:visited
{
text-decoration:none;
color:red;
}

div#main a:hover
{
text-decoration:underline;
color:blue;
}

#reg li {
padding: 6px;
}

#reg li li {
list-style: none;
padding: 2px;
}

#submit
{
text-align: center;
background: #ffe0c2;
padding: 10px;
border: 1px solid #e6903b;
}

#error
{
text-align: center;
background: #ffb1b1;
padding: 10px;
border: 1px solid red;
}

#news {

background: #ffe0c2;
padding: 10px;
border: 1px solid #e6903b;
}

/* FOOTER */

div#footer {
	position: absolute;
	bottom: 0;
	background-color:#fff;
	border-top:1px solid black;
	text-align: center;
	padding: 3px 0px 3px 0px;
	width:100%;
	color:#333;
	clear:both;
}





