@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #4475B8;
	background-attachment: fixed;
	background-color: #376BB4;
	background-image: url(images/sleepinggiant.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#branding{
	background:url("images/Crow.png") top left no-repeat;
	width:405px;
	height:290px;
	position:fixed !important;
	top: 5px;
	left:5px;
	z-index:1;
}
