body
{
  background: #ffffff url(info.gif) repeat-y center;
}

h1
{
  margin: 30px 95px 25px 10px;
}

#intro
{
  background-color: #5D396C;
  color: #ffffff;
}
#main
{
  left: 0px;
  width: 796px;
}
#logo
{
  background: #ffffff url(logo.gif) no-repeat center center;
}
#space
{
  background-color: #5D396C;
}
#contents
{
  background: url(books.jpg) no-repeat top right;
  height: 100px;
  width: 626px;
}
#guide
{
  background: #ffffff;
}
.info table
{
  border: 1px solid #5D396C;
  border-collapse: collapse;
  margin: 10px 0px;
  table-layout: fixed;
  width: 100%;
}
.info table th
{
  font-weight: bold;
}
.info table th, .info table td
{
  padding: 2px 4px;
}
.info .title
{
  height: 120px;
  width: 100%;
  margin-bottom: 50px;
}