html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  border: 0;
  margin: 0px;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  outline: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

ul, li, h2, h1 {
  margin: 0px;
}

#main {
  height: 538px;
  margin: 0 auto;
  position: relative;
  width: 640px;
  background: url('../images/gc-bg.jpg') no-repeat left top transparent;
}