﻿html, body
{
	background-image:url(../Css/themes/images/flat/desktop/background.png) !important;
	background-position:bottom;
	background-repeat: no-repeat;
    /*background: #153365;*/
    border: 0;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 350px;
}

a {
    text-decoration: none;
    color: #f0f0f0;
}

a:visited {
    text-decoration: none;
    color: #f0f0f0;
}

a:hover {
    text-decoration: none;
    color: White;
}

.error {
    color: Red; 
}

.credits {
    position: absolute;
    bottom:35px;
    right:25px;
}
