#container {
	background: url(../gfx/EuroFormLogo.gif) no-repeat;
	background-position: 0px 12px;
	margin: 10px auto;
	width:900px;
	position: relative;
	z-index: 0;
}
#cornerFlip {
	position: absolute;
	right: -10px;
	top: 3px;
	background-image: url(../gfx/cornerFlip.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index:50;
	width: 77px;
	height: 106px;
}
#usermenu {
	width: 870px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
	position: relative;
	z-index: 100;
}
#navmenu {
	min-width: 850px;
	background: #dddddd;
	background: url(../gfx/menuBg.gif) repeat-x;
	height: 50px;
	margin: 0px 0px 0px 50px;
	z-index:1;
}
#content {
	padding: 0px 0px 10px 0px;
	position: relative;
	top: -4px;
}
#footer {
	padding: 10px 0px 30px 0px;
	width: 900px;
	color: #8b9eb3;
	text-align: center;
	font-size: 10px;
}