@charset "utf-8";

body {
	background-image: url(bg.gif);
	background-color: #FF4500;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
}
#footer a {
	color: #B2D9BC;
}

