a, div, dl, dt, p, span {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

body {
  background: #000 url( ../images/background.gif ) repeat-x;
}

div#divCenter {
  position: relative;
  width: 980px;
  height: 530px;
  margin: 125px auto 0;
  background: #FFF
}

div#divleft,
div#divContent{
  position: absolute;
}

div#divleft {
  top: 114px;
  left: 62px;
  width: 255px;
  height: 270px;
}

div#divContent {
	top: 112px;
	left: 325px;
	width: 600px;
	height: 380px;
}

div#divContent div.upper {
  width: 100%;
  height: 270px;
}

div#divContent div.lower {
  width: 100%;
  height: 40px;
  padding: 6px 0 0;
}

div#divContent div.lower p {
  color: #1a1a1a;
  font: 11px/14px geneva, sans-serif;
}

div#divContent div.lower p span {
  color: #38245C;
}

div#divContent div.lower p strong {
  color: #000;
}

div#divContent div.enter_button{
  width: 100%;
  height: 50px;
  padding: 6px 0 0;
}