body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background: #3b0000;
  color: #fff;
}

.topLinks {
  width: 100%;
  height: 26px;
  overflow: hidden;
  padding: 5px 0 20px 0;
  font-size: .8em;
  text-align: center;
  color: #e41f15;
  background: #f42319 url( /images/structure/games/snowball/header.gif ) no-repeat top center;
}

.topLinks .linkCon {
  width: 1090px;
  margin: 0 auto;
}

.logo {
  width: 105px;
  float: left;
}

.links {
  float: right;
  margin: 0 350px 0 0;
}

.container {
  width: 100%;
  background: url( /images/structure/games/snowball/grad-bg.gif ) repeat-x top left;
}

.content {
  width: 1090px;
  margin: 0 auto;
}

.content .productCol {
  width: 234px;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}

.content .productCol p {
  padding: 0;
  margin: 0;
}

.content .productCol img {
  margin: 0 0 10px 0;
}

.content .flashCol {
  width: 602px;
  float: left;
}

.content .lyricCol {
  width: 234px;
  float: left;
  font-size: .7em;
  color: #fff;
  padding: 0;
  margin: 0 0 0 10px;
}

.content .lyricCol h2 {
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}

.content .lyricCol .cap {
  width: 234px;
  height: 18px;
  background: url( /images/structure/games/snowball/green-col-cap-top.gif ) no-repeat top left;
}

.content .lyricCol .lyrics {
  width: 214px;
  padding: 0 10px 0 10px;
  background: #b31710;
  border-top: 1px solid #b31710;
  border-bottom: 1px solid #b31710;
}

.content .lyricCol .bottom {
  width: 234px;
  height: 18px;
  margin: 0 0 10px 0;
  background: url( /images/structure/games/snowball/green-col-cap-bottom.gif ) no-repeat top left;
}

.content .flashCol .flash {
  width: 600px;
  height: 400px;
  border: 1px solid #ededed;
}

.content .flashCol .scores {
  width: 602px;
  margin: 20px 0 0 0;
}

.content .flashCol .scores .top40, .content .flashCol .scores .top20 {
  width: 291px;
}

.content .flashCol .scores .top40 {
  float: left;
}

.content .flashCol .scores .top20 {
  float: right;
}

.content .flashCol .scores .top40 h2, .content .flashCol .scores .top20 h2 {
  letter-spacing: -.05em;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.5em;
}

.content .flashCol .scores .top40 .scoreTable, .content .flashCol .scores .top20 .scoreTable {
  margin: 0 0 10px 0;
}

.content .flashCol .scores .top40 .scoreTable table, .content .flashCol .scores .top20 .scoreTable table {
  font-size: .8em;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.content .flashCol .scores .top40 .scoreTable table th, .content .flashCol .scores .top20 .scoreTable table th, .content .flashCol .scores .top40 .scoreTable table td, .content .flashCol .scores .top20 .scoreTable table td {
  padding: 2px;
  border-bottom: 1px solid #ff9800;
}

.footer {
  width: 100%;
  height: 26px;
  background: url( /images/structure/games/snowball/footer.gif ) no-repeat top center;
}

.topLinks a, .topLinks a:visited  {
  color: #ff9b95;
}

.topLinks a:hover, .topLinks a:active {
  color: #fff;
}

.logo a {
  display: block;
  width: 105px;
  height: 25px;
}

a, a:visited {
  color: #fff;
}

a:hover, a:active {
  color: #ff9b95;
}

.rank {
  color: #df6262;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.top {
  vertical-align: top;
}

.clear {
  clear: both;
}