
div#embrace {

 border: 1px solid #f9dc66;
 padding: 4px;
 background-color: white;
 color: black;
 font-family: arial;
 font-size: 13px;
}

div#top {

 border: 3px solid #991a7b;
 padding: 4px;
 background-color: #f9dc66;
 color: black;
 font-family: arial;
 font-size: 40px;
 width: 1000px;
}

div#header {

 padding: 4px;
 background-color: #ECFDFF;
 color: #991a7b;
 font-family: arial;
 font-size: 17px;
 border-top: 1px solid #f9dc66; 
 border-bottom: 1px solid  #f9dc66;
 
 background-image: url('header_bg.gif');
 background-repeat: repeat-x;
 background-attachment: scroll;
}

div#playerheader {

 padding: 4px;
 background-color: #f9dc66;
 color: #991a7b;
 font-family: arial;
 font-size: 13px;
}

tr.game {

 background-color: white;
 color: black;
 font-family: arial;
 font-size: 13px;
}

td.gameadvert {

 background-color: #ffffff;
 color: black;
 font-family: arial;
 font-size: 13px;
 border-top: 1px solid #f9dc66; 
 border-bottom: 1px solid  #f9dc66;
}

div#anchor {

 padding: 4px;
 background-color: white;
}

div#anchor:hover {

 padding: 4px;
 background-color: #f9dc66;
}

a {

 color: #991a7b;
 font-family: arial;
 font-size: 17px;
}

a.author {

 color: #991a7b;
 font-family: arial;
 font-size: 13px;
}

a.top {

 color: #991a7b;
 font-family: arial;
 font-size: 40px;
}

body {
 
 background-image: url('gamestrip.gif');
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-position: bottom center;
}

table#bg {
 
 background-image: url('bg.png');
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-color: #456B88;
}