body {
  background-image: url(../images/tile.gif);
  background-color: #111;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
}
a {color: white;}

div#container {
  width: 760px;
  height: 560px;
  border: 5px solid white;
  position: relative;
  left: 50%;
  margin-left: -380px;
  margin-top: 18px;
  background-image: url(../images/home_bg2.png);
  background-repeat: no-repeat;
  background-color: #001233;
  overflow: hidden;
}

div#col_right {
  position: absolute;
  right: 12px;
  top: 24px;
  width: 450px;
}

h1#heading {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  text-indent: -999px;
  width: 301px;
  height: 191px;
  position: relative;
  left: 50%;
  margin-left: -150px;
}
h3#release {
  background-image: url(../images/out_now.png);
  background-repeat: no-repeat;
  text-indent: -999px;
  width: 111px;
  height: 23px;
  position: relative;
  left: 300px;
  margin-top: 4px;
}
ul#navigation{
  background-image: url(../images/menu_demo.png);
  background-repeat: no-repeat;
  width: 478px;
  height: 37px;
  position: relative;
  left: 50%;
  margin-left: -260px;
  /* Menu width without shadow = 352px*/
}
ul#navigation li{
  display: inline;
}
ul#navigation li a{
  height: 26px; text-indent: -999px; display: block; position: absolute;
}
a#homelink { left: 7px; width: 60px; }
a#videolink {left: 72px; width: 65px;}
a#downloadlink {left: 142px; width: 109px;}
a#flashdemo{left:255px; width: 114px;}
a#buylink {left: 375px; width: 90px;}

div#content {position: relative; left: 50%; margin-left: -262px;}
div#contenttop {background-image: url(../images/home_ctop.png); background-repeat: no-repeat; width: 475px; height: 48px;}
div#contentmid {background-image: url(../images/home_cmid.png); width: 475px;}
div#contentbot {background-image: url(../images/home_cbot.png); background-repeat: no-repeat; width: 475px; height: 48px;}

div#contentmid p {position: relative; top:-3px; left: 50%; margin-left: -180px; width: 210px; text-align: left;}

div#dial {background-image: url(../images/circle.png); width: 175px; height: 175px; position: relative; top: -168px; left: 280px}

ul#footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  height: 66px;
  width: 760px;
}
ul#footer li{
  display: inline;
  float: left;
  text-indent: -999px;
}
ul#footer li a{
  text-indent: -999px;
  display: block;
  position: relative;
}
a#esrb { left: 11px; width: 38px; height: 53px; }
a#psn {left: 30px; top: 20px; width: 120px; height: 35px;}
a#xbla {left: 35px; top: 20px; width: 109px; height: 35px;}
a#pc {left: 45px; top: 20px; width: 40px; height: 35px;}
a#iphone {left: 100px; top: 20px; width: 110px; height: 35px;}
a#ba {left: 215px; top: 20px; width: 40px; height: 35px;}
a#atlus {left: 220px; top: 20px; height: 35px; width: 100px;}

p#legal {position: relative; left: 50%; margin-left: -380px; text-align: center; font-size: 12px; margin-top: 12px; width: 760px; color: #999;}
