body {
  background: #000;
  font-family: verdana;
  text-align: center;
}
#container {
  margin: 0 auto;
  width: 980px;
}
#header-left {
  float:left; 
  background: url(images/header-left.jpg) no-repeat; 
  width: 584px; 
  height: 93px;
}
#header-right {
  float:right; 
  background: url(images/header-right.jpg) no-repeat; 
  width: 395px; 
  height: 93px;
}
ul#nav {
  list-style:none;
  display: inline;
}
ul#nav li {
  display: inline;
  margin-right:20px;
  font-weight:bold;
  font-size: 14px;
}
ul#nav li a:link, ul#nav li a:visited {
  color: #ffcc00;
  text-decoration:none;
}
ul#nav li a:hover {
  color: #999999;
  text-decoration:none;
}
#main {
  text-align:left;
  background: url(images/tire.jpg) no-repeat left top; 
  min-height: 482px; 
  width: 979px;
}
#create-account {
  width: 375px;
  background: #000 url(images/topCreateAccount.png) no-repeat left top;
  padding-top: 60px;
}
#create-account table th {
  font-size: 14px;
  font-weight:normal;
  color:white;
  text-align:right;
  padding-right: 5px;
}