/* Biz */

/* @group Header */

div#header {
	position: relative;
	width: 800px;
	height: 55px;
}

div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	background-image: none;
}

div#logout {
	position: absolute;
	width: 111px;
	height: 26px;
	right: 5px;
	top: 30px;
}

div#loginUser {
	position: absolute;
	width: 300px;
	height: 20px;
	right: 120px;
	top: 32px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

/* @end */

div#footer {
	background: transparent url(../images/footer_bg.gif) no-repeat;
	line-height: 23px;
	text-align: right;
	padding: 0 23px;
	font-size: x-small;
	font-family: Helvetica, Arial, sans-serif;
}
