/* CSS Document */
body{
	height: 100%;
	background-position: center top;
	background-color: #009e96;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

.error{color: #e60012;}
.ie6{
	width: 500px;
	margin-right: auto;
	margin-left: auto;	
	
}