@charset "utf-8";



#header {

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	margin: auto;

	height: 190px;

	width: 1006px;

}



#loginlink {

	height: 46px;

	width: 158px;

	position: relative;

	z-index: 100;

	left: 779px;

	top: 132px;

	background-image: url(images/header-login.jpg);

}



#logofflink {

	height: 46px;

	width: 158px;

	position: relative;

	z-index: 100;

	left: 779px;

	top: 132px;

	background-image: url(images/header-logoff.jpg);

}


