body {
  background: white url(../images/bg-body.jpg) repeat-x 0% 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FF00FF;
  margin-top: 0px;
}

div#container {
  margin: 0 auto;
  width: 760px;
}

div#header {
  background: url(../images/logo-full.jpg) no-repeat 50% 10px;
  height: 150px;
}

h1,h2,h3 { font-weight: normal; }

a { 
  color: #FF00FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img.side {
  float: right;
  border: none;
}

p.minor {
  font-size: 60%;
}