#content
{
	background: url(/images/common/header.jpg) no-repeat center top;
}

#content.home
{
	background: url(/images/common/header_home.jpg) no-repeat center top;
}

.header
{
  width: 980px;
  height: 200px;
	margin: auto;
}

.home .header
{
  height: 460px;
}

.home .header .crab
{
  background-image:none;
  height: 96px;
}

.header .crab
{
  background: url(/images/common/crab.png) no-repeat 632px 55px;
  height: 200px;
}

.header .content
{
  display: none;
}

.home .header .content
{
  display: block;
  width: 460px;
  padding: 15px 0 0 50px;
}

.home .header .content p
{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.home .header .content a
{
  display: block;
  width: 140px;
  height: 32px;
  margin: 10px 0 0 150px;
  padding: 10px 0 0 23px;
  background: url(/images/common/button/learn_more.png) no-repeat left top;
  font-size: 17px;
  color: #fff;
  vertical-align:center;
}