html{
	
	height:100%;	
	font-family: Arial;
	font-size: 10pt;
}
body{
	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
}
#bg{
	
	background-image:url(images/background.gif);
	position: absolute;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;	
}
#content{

	position:relative;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 804px;
	height:800px;
}
#header{

	background-image:url(images/balk.gif);
	margin-top: 15px;
	width: 777px;
	height:	37px;
	padding-top: 15px;
	padding-right: 25px;
	text-align: right;
}
#header a{

	text-decoration: none;
	color: #FFFFFF;
	padding-left: 25px;
	
}
#login{
	
	background-image:url(images/login.gif);
	width: 178px;
	height: 155px;
	float: left;
	margin-top: 20px;
}
.menu{
	
	background-image:url(images/menu.gif);
	width: 178px;
	height: 263px;
	float: left;
	margin-top: 20px;
	margin-left: 28px;
}
#left{
	
	margin-left: 0px;;
}
#footer{

	background-image:url(images/balk.gif);
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
	width: 802px;
	height:	42px;
	float: left;
	color: #FFFFFF;
	font-size: 9pt;
}
.subject{

	color: #FFFFFF;
	text-align: center;	
	width: 180px;
	height: 27px;
	padding-top: 5px;
	font-size: 11pt;
}
.link{

	width: 180px;
	height: 21px;
	padding-left: 5px;	
}
.link a{

	text-decoration: none;
	color: #000000;
}
.more {
	width: 180px;
	height: 21px;
	text-align: center;
	font-size: 9pt;	
}
.more a{

	text-decoration: none;
	color: #000000;	
}
.login{
	
	padding-left: 5px;	
	width: 180px;
	height: 130px;
}
.textbox{
	
	background-image: url(images/textbox.gif);	
	border-width: 0px;
	width: 165px;
	height: 21px;
}
.loginbutton{

	background-image: url(images/login_button.gif);	
	border-width: 0px;
	width: 98px;
	height: 27px;
	color: #FFFFFF;
}