/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'screen.css';

.header {
	border:					1px solid black;
	border-top:				0px;
	border-bottom:			0px;
	float:					left;
	height:					250px;
	width:					800px;
}

.headerlogo {
	position:				absolute;
	background-image:		url(../img/logo.png);
	background-repeat:		no-repeat;
	height:					250px;
	width:					800px;
}
