@font-face 
{
font-family:"ADLIB";
src:url("http://www.spell.me.uk/css/adlib.ttf")
}
 

BODY
{
background-image:url('../images/background1.jpg');
background-repeat:repeat-x;
padding:0px;
position:relative;
top:-10px;
overflow: hidden;
padding:0px;
margin:0px;
}

.GameLink
{ 
 width:auto; 
 height:auto;
}


 #gameWrapper
 { 
   width :700px;
   height: 620px;
   margin:auto;
   background-image:url('../images/starburst_lines_700px.png');
   background-repeat:no-repeat;
   background-position:center top; 
   
 }
 
 #logo
 { 
   width:700px; 
   height:180px;
   background-image:url('../images/spell_make_combined4.png');
   background-repeat:no-repeat;
   background-position:30px 22px; 
 }
 
 


#gameInfo
 {position:absolute; top:600px;font-face:ADLIB; left:0px; width:300px; border: 1px solid green; }

