/* BASIC STYLES */
*
{
  font-size: 100.01%;
  line-height: 1.2;
}
html, body
{
  height: 100%;
}
body
{
  font-family: "Times New Roman", Georgia, "New Century Schoolbook", serif;
  color: #111;
  text-align: center;
  background: #fff;
}
html, body,
h1, h2,
div, p, span, 
ul, li
{
  padding: 0;
  margin: 0;
}
img
{
  border: none;
}
#container
{
  text-align: left;
  width: 960px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  background: #000 url(../img/main_bg.jpg) right top no-repeat;
}
#w
{
  margin: 0 auto;
  width: 960px;
  height: 90px;
}

/* HEADER */
#header
{
  font-size: .5em;
  font-family: Verdana;
  width: 100%;
  height: 120px;
  position: relative;
}
#header h1
{
  color: #fff;
  font-size: 1.8em;
  width: 410px;
  height: 108px;
  margin: 42px 0 0 125px;
  overflow: hidden;
  position: relative;
}
#header h1 span
{
  display: block;
  width: 410px;
  height: 108px;
  position: relative;
  padding-top: 25px;
  opacity: 0;
}
#header h1 span.over
{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0;
  background: transparent url(../img/main-title.png) left top no-repeat;
  background-size: 254px 69px;
  opacity: 1;
}
#osu-logo
{
  color: #fff;
  position: relative;
  top: 28px;
  left: 28px;
}
#osu-logo a
{
  color: #ffcb3f;
  text-decoration: none;
  display: block;
  width: 83px;
  height: 98px;
  background: transparent url(../img/osu-logo.svg) no-repeat;
  background-size: 83px 98px;
  color: #ffcb3f;
  text-decoration: none;
}

/* NAV */
#nav
{
  color: #ffbd2c;
  text-transform: uppercase;
  font-size: .75em;
  width: 100%;
  padding: 12px 0;
  position: absolute;
  top: 360px;
}
#nav a
{
  color: #ffbd2c;
  text-decoration: none;
  margin: 0 22px;
  display: block;
}
#nav a:hover
{
  color: #684d12;
}
#nav ul
{
  padding: 0 0 0 18px;
  overflow: hidden;
  zoom: 1;
}
#nav li
{
  display: block;
  float: left;
  list-style-type: none;
  border-right: 1px solid #555;
}
#nav li.noline
{
  border: none;
}

/* FOOTER */
#footer
{
  color: #616161;
  text-align: left;
  height: 39px;
  width: 960px;
  border-top: 1px solid #d7d7d7;
  position: relative;
  z-index: 10;
  clear: both;
  margin: 0 auto;
}
#footer a
{
  color: #616161;
  text-decoration: none;
}
#footer a:hover
{
  color: #a75b01;
}
#footer p
{
  font-size: .7em;
  padding: 13px 0 0 10px;
}

/* For OPERA */                                       
@media all and (-webkit-min-device-pixel-ratio:10000),
 not all and (-webkit-min-device-pixel-ratio:0) {     
 body, html { height: auto; min-height: 100%; }       
}