﻿body {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url(../../images/site/login-background.png);
}

.login-header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images/site/login-logo.png);
}

.login-content {    
	min-height: 100%;    
	position: relative;
}

.login-footer {
	bottom: 0px;
	width: 100%;
	height: 110px;
	text-align: center;
	position: absolute;
	font-size: 0.9em;
}

a, a:link, a:visited {
	color: #2961A0;
	text-decoration: none;
}

a:hover {
	color: #798897;
}

.login-info {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}