@CHARSET "ISO-8859-1";

body {
  height:100%;
  margin: 0px;
  background-color: #B4B4B4;
  background-image: url(../img/bg.png);
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#box {
  margin-top:0px;
  margin: auto;
  width:800px;
  min-height: 800px;
  background-color: #FFFFFF;
  background-image: url(../img/back.png);
  background-repeat:no-repeat;
  background-position:0px 40px;
}

a {
  border-style:none;
  text-decoration:none;	
}

#logo {
  margin:20px;	
}

.button {
  float:right;
  margin-right:50px;	
  margin-top:340px;
  background-color: #FFFFFF;
  border-style:none;
}

.line {
  
  width:800px;
  height:10px;
  background-color: #FFFFFF;
}
.line2 {
  width:800px;
  height:10px;
  background-color: #6E6E6E;
  margin-top:350px;
}
