html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #224264;
	background-image: url(../images/background-005.png); /* by chironsarcher from http://www.flickr.com/photos/chironsarcher/1922044854/ */
	background-repeat: no-repeat;
	background-position:right top;
	background-attachment:fixed;
	margin-left: 25px;
	color: #FFF;
	font: bold 110% Geneva, Arial, Helvetica, sans-serif;
	height:100%;
}

h1>a {
	background-color: #FEFFFB;
	color: #253954;
}

a {
	color: #FFFFFF;
	background-color: #4773A4;
	text-decoration:none;
	height:90%;
}

p {
	width: 65%;
}

.footer {
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
}

.footer a {
	background-color: #253B53;
}