body,html {
  margin: 0px;
  height: 100%;
}
body {
  background-image: url('http://www.bluekeep.com/images/bk_tartan.gif');
  background-position: 0px 0px;
  background-attachment: fixed;
  background-color: transparent;
  color: #FFF;
  text-align: center;
}
a:link {
  color: #09F;
}
a:active {
  color: #FF6;
}
a:visited {
  color: #0C9;
}
a:hover {
  color: #003;
  background: #FF6;
}
h2,h3,h4,h5,h6 {
  margin: 0px;
}
/* Content
 * ----------------------------------------------- */
#content {
  width: 760px;
  height: 90%;
  margin: 0px auto 0px auto;
  padding: 10px;
  text-align: left;
}
#main {
  background: #003;
  width:510px;
  margin:0px auto;
  padding:10px;
  float: left;
}
#side {
  background:#003;
  width:200px;
  margin:0px auto;
  padding:10px;
  float: right;
}
