* {
	padding: 0;
	margin: 0;
}
body {
  color: #58585a;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
p {
  line-height: 16px;
}
#content {
  width: 800px;
  height: 1600px;
  position: relative;
  top: 20px;
  margin: auto;
}
#header {
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  width: 680px;
  height: 200px;
  position: relative;
  top: 0px;
  margin: auto;
}
#shop {
  width: 680px;
  height: 2000px;
  position: relative;
  top: 0px;
  margin: auto;
}
#navi {
  width: 300px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 23px;
}
#navi a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}



