@charset "utf-8";
/* CSS Document */
#header-container{
	width:990px;
	height:349px;}
#one{
	position:relative;
	width:100%;
	height:100%;}
#two{
	position:absolute;
	bottom:0px;
	right:5px;
	width:250px;
	height:30px;}
#three{
	position:absolute;
	bottom:0px;
	right:260px;
	width:250px;
	height:30px;}	
.button a{
 	background:url(../images/button-bground-black.png);
	padding-right:5px;
  	background-repeat:no-repeat;
	float:left;
	width:250px;
	height:30px;
	display:-moz-inline-box;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;}
.button a:hover{
	background:url(../images/button-bground-red.png);
	background-repeat:no-repeat;
	color:#FFF;}