body {
  background-color: #000000;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: transparent;
}
img {
  border:0;
}
.handheld {
	display: none;
	visibility: hidden;
}
#header {
  width: 100%;
  height: 76px;
  background: #3c3c3c url(../assets/pat.gif);  
}
#ad-container {
  position:absolute;
  width: 474px;
  height: 66px;
  top: 5px;
  left: 50%;
  margin-left: -237px;
  background-image: url(../assets/ad-frame.png);
}
#ad {
  width: 468px;
  height: 60px;
  margin: 3px;
  background-color: #ff9900;
}
#account {
  z-index:200;
  position:absolute;
  left:50%;
  top:10px;
  margin-left:310px;
}
#user {
  width: 200px;
  height: 56px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Courier New", monospace;
  color: #AAA;
}
#user #pic {
  position: absolute;
  background-image: url(../assets/pic-frame.png);
}
#user #pic img {
  margin: 3px;
  border: 0;
}
#user #name {
  position: absolute;
  left: 67px;
  top: 3px;
}
#user #logout {
  position: absolute;
  left: 67px;
  top: 28px;
}
#user a {
  color: #CCC !important;
  text-decoration: none !important;
}
#user a:hover {
  color: #666 !important;
}
#main-container {
	margin: 30px;
}
#game {
  padding-top: 30px;
}
span {
  display: block;
  height: 23px;
  background: transparent url(../assets/pat.gif) repeat 0px 0px;
}
div.credits,
a.back,
a.exit {
  display: block;
  height: 23px;
}
div.credits {
  width: 198px;
  background-image: url(../assets/credits_sticky-co-gray.gif);
}
a.back {
  width: 156px;
  background-image: url(../assets/arcade-home.gif);
}
a.exit {
  width: 120px;
  background-image: url(../assets/exit.gif);
}
a.back:hover,
a.exit:hover {
  background-position: 0 23px;
}
.logo {
  z-index:100;
  position:absolute;
  width:910px;
  left:50%;
  top:21px;
  margin-left:-455px;
}
#footer {
  z-index:20;
  position:absolute;
  height:43px;
  width:100%;
  left:0px;
  bottom:0px;
  background: #3c3c3c url(../assets/pat.gif);
}
.col-1 {
  width: 244px;
  position: absolute;
  left: 0;
  top: 10px;
}
.col-2 {
  width: 244px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -122px;
}
.col-3 {
  position: absolute;
  right: 0;
  top: 10px;
  width: 120px;
  
}

