body {
  background: white url(../images/background.gif) repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	padding:15px 0px 5px 0px;
	margin:0px;
}

table {
  border: none;
  border-spacing: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

#container {
  text-align: center;
  width: 868px;
  margin: auto;
}

#content {
  text-align:left;
  position: relative;
  width:868px;
  margin:auto;
}

#header {
  position: relative;
  margin-top: 42px;
  background: url(../images/header-bar.png) no-repeat;
  background-position: 72px 0px;
  height: 56px;
}

#headerlinks {
  position: absolute;
  top: 11px;
  left: 400px;
  width: 417px;
  text-align: right;
}

#headerlinks img {
  margin: 0px 12px;
}

#logoguy {
  position: absolute;
  top: 0px;
  left: 0px;
}

#contentbody {
  position: relative;
  margin-left: 78px;
}

#contentbody2 {
  position: relative;
  margin-left:15px;
	width:710px;
}


#featuredgameContainer {
  height: 171px;
}

#featuredgame {
  position: absolute;
  top: 0px;
  left: 175px;
  width: 554px;
  height: 171px;
  background: url(../images/featured-game.png) no-repeat;
}

#btnFeaturedPlaynow {
  position: absolute;
  top: 108px;
  left: 420px;
}

#allgames {
  position: relative;
  width: 800px;
  margin-top: 15px;
}

#allgames table td {
  width: 247px;
  text-align: right;
}

.buttonPlayNow {
  position: relative;
  top: -5px;
  margin-right: 5px;
}



/* Contact */

#contact {
        padding:10px;
        color:#999999;
        font-size:12px;
        vertical-align:top;
}


#contact label {
        vertical-align:text-top;
}
.contactFormInput {
        width:250px;
        height:15px;
        font-size:12px;
        padding:2px;
        margin:2px 0px;
        border:1px solid #999999;
}

.contactFormMessage {
        width:700px;
        height:100px;
        padding:2px;
        margin:2px 0px;
        font-size:12px;
        border:1px solid #999999;
}
.contactSubmit {
        padding:2px;
        margin:2px 0px;
        border:1px solid #999999;
        background:#CCCCCC
}



#footer {
  position: relative;
  left: 73px;
  width: 756px;
  height: 70px;
  margin-top: 20px;
  background: url(../images/footer.png) no-repeat;
}
