:focus {
	-moz-outline-style: none;
}

html, body {
	height: 100%;
}

body {
  background: #0a0a0a url(bg.png) left top repeat-x;
	margin: 0;
}

#container {
  width: 720px;
  margin: 0 auto -314px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  z-index: 1000;
  text-align: left;
}

h1 {
  background: url(logo.png) 120px 110px no-repeat;
  width: 720px;
  text-indent: -5000px;
  height: 352px;
  margin: 0;
}

    h1 a {
        display: block;
        width: 720px;
        height: 345px;
    }

p#contact {
    display: block;
    background: url(contact.png) 330px 0 no-repeat;
    width: 720px;
    height: 140px;
    margin: 0 0 200px 0;
    text-indent: -5000px;
}

    p#contact a {
        display: block;
        width: 720px;
        height: 140px;
    }

#footer {
  height: 314px;
  background: url(footer_bg.png) left bottom repeat-x;
  position: relative;
  z-index: 10;
}
