  @charset "UTF-8";
  

* {
	padding: 0;
	margin: 0;
}
body {
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 800px;
	background: url(images/background_tile.jpg) repeat-x center top #000;
}

.container{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#masthead{
	background: url(images/bp_logo.png) no-repeat center top;
	text-align: center;
}

#masthead h1{
	text-indent: -9000px;
}

#masthead h1 a{
	display: block;
	height: 391px;
	width: 600px;
	text-decoration: none;
}

#masthead h1 a:hover{
	text-decoration: none;
}