html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body {
  font-family:verdana, arial, sans-serif;
  font-size:76%;
}

#background {
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
}

p {
  font: 11px arial, verdana;
  text-align:left;
  color: #FFFFFF;
}

#fixed {
  position:absolute;
  top:30%;
  left:5%;
  width:900px;
  z-index:10;
}
strong {
  color:#ec008c;
}
#detail {
  width:418px;
}

a img {
  border: none;
  background-color:none;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a {
  text-decoration: none;
}
p#menu {
  margin-bottom:80px;
}

#logowrap {
  margin-top:100px;
  margin-bottom:20px;
  width:640px;
}

#contactus p#menu {
  margin-bottom:20px;
}

#contactus #logowrap {
  margin-top:30px;
}

#logo {
  float:left;
  margin-right:20px;
}

#addressleft {
  width:180px;
  float:left;
}

#addressright {
  width:200px;
  float:left;
}

#footer {
  width:640px;
  color:#fff;
  margin-top:10px;
}
