body {
	background-color:		white; 
	background-image:		url('./bg.jpg'); 
	background-repeat:		no-repeat; 
	background-position:	center 70px;

	color:					#444444;

	font-family:			Trebuchet MS;
}

a {
	color:					#444444;

	text-decoration:		none;
}

.LoginBox {
	position:				absolute; 
	
	top:					248px; 
	
	width:					100%;
	height:					100px; 
	
	color:					#444444; 

	font-size:				8pt;
}

.LoginBox_Content {
	font-size:				8pt;
}

.Footer {
	position:				absolute; 
	
	top:					450px; 
	
	width:					100%;

	font-size:				8pt;
}

.PageNotice {
	width:					450px; 

	padding:				2px; 

	border:					1px #770400 solid; 

	color:					#770400; 
	background-color:		#FEF1EC; 

	font-size:				10px; 

	display:				none;

	opacity:				0.75;
}
