﻿@charset "utf-8";

#header {
  display: none;
}
ol {
  margin: -5px auto 5px 1px;
}
ol li {
  display: inline;
}
#content h2 {
  width: 730px;
  height: 90px;
  font-size: 1.7em;
  font-weight: bold;
  background: url(../img/logo3.gif) no-repeat;
  padding: 25px 0 0 90px;
}
#text {
  font-size: 1.3em;
  padding: 0 10px 40px 10px;
}
#rules {
  list-style: disc;
  font-size: 1.2em;
  padding: 0 10px 20px 30px;
}
#rules li {
  margin-bottom: 10px;
}
#copyright {
  text-align: center;
}
