body {
	margin:0; 
	padding:0; 
	font-family: Arial, sans-serif; 
	font-size:13px;
	background-color: #d1d1d1; 
}
#page_form {
	display: inline-block; 
	height: 100%; 
	min-width: 100%; 
	margin: 0; 
	padding: 0;
}
#AuthenticationBackground {
	height: 100%;
}
#AuthenticationHeader {
	background-color: #777777; 
	border-top: 8px solid #666666; 
	height: 65px; 
	margin-bottom: 40px; 
	width: 100%;
}
#SchoolHeader {
	left: 0; 
	position: absolute; 
	top: 5px; 
	z-index: 100;
}
#authenticationContentWrapper {
	margin:15px auto; 
	width: 500px;
}
#authenticationContent {
	background-color: #FFFFFF;
	border-radius: 6px; 
	box-shadow: 0 0 5px #666666; 
	padding: 15px 10px;
}
#authenticationMain {
	font-size: 100%; 
	margin-bottom: 15px; 
	padding: 15px; 
	position: relative; 
	text-align: center; 
	z-index: 110;
}
.IMAGE_ATLAS_LOGO_LOGIN {
	border-style: none;
}
#LoginLogo {
	padding: 10px 0 20px;
}
#footer {
	position: absolute;
	bottom:0;
	right:0;
}
#footer table {
	width: 100%;
	font-size: 13px;
	border: 0px;
}
#footer table tr td {
	width: 100%;
	text-align: right;
}