@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#spacer1 {
  width: 100%;
  height: 50px
}
#header {
  background: #000000;
  width: 100%;
  height: 130px;
}
#footer {
  background: #000000;
  vertical-align: middle;
  width: 100%;
  height: 100px;
}
#btnbar {
  width: 555px;
  height: 50px;
  margin:0 auto;  
}
