/*--------------------------------
  (c) 2011, Bigdog
  CSS File
  --------------------------------*/
html {
	background: #fff;
  color: #000;
  font: normal normal bold 12px/24px Arial, Arial, Helvetica, sans-serif;
}

body{
  width: 100%;
  height: 100%;
}

div.bd_header{
	position:absolute;
	top:50px;
	left:50%;
	margin-left: -193px;
	width:386px;
	height:206px;
	background: url(/bigdog/header.jpg) no-repeat;
}
div.bd_bigdog{
	position:absolute;
	bottom:50px;
	left:50%;
	width:214px;
	height:400px;
	background: url(/bigdog/bigdog.png)  no-repeat;
}

