body{
font-family: georgia;
}
a{

}
a img{
border:none;
}
body{
margin:0;
padding:0;
background-color:#F15D24;
}
#wrapper{
min-width:850px;
background:transparent url(img/header.png) repeat-x;
}
#halftone{
margin:0 auto;

height:627px;
width:614px;
background:transparent url(img/halftone.png) no-repeat;
position:relative;
}

#logo{

padding:10px 0 0 223px;
height: 55px;
width:151px;
}

/*#links{
position:absolute;
top:10px;
left:50%;
margin-left:-450px;
width:900px;
}*/

#links{
list-style:none;
}
#buy_now, #play_now{
display:block;
position:absolute;
top:10px;
z-index:100;
}
#play_now a span, #buy_now a span, #contact a span{
display:none;
}
#play_now a, #buy_now a, #contact a{
display:block;
}

#buy_now{
right:-100px;
width:225px;
height:125px;
}
#buy_now a{
width:179px;
height:125px;
background:transparent url(img/buy.png) no-repeat;
}
#buy_now a:hover{
background-position:-179px 1px;
}

#play_now{
left:-120px;
width:225px;
height:185px;
}
#play_now a{
width:225px;
height:185px;
background:transparent url(img/play.png) no-repeat;
}
#play_now a:hover{
background-position:-249px 1px;
}

#contact{
position:absolute;
left:-150px;
top:360px;
width:220px;
height:175px;
}
#contact a{
width:220px;
height:175px;
background:transparent url(img/contact.png) no-repeat;
}
#contact a:hover{
background-position:-220px 1px;
}
#contact span.note{
display:block;
text-align:right;
margin:0;
padding:0;
font-family: courier;
color:#fff;
font-size:10pt;
padding-right:25px;
}


#container{
position: absolute;
left:50%;
margin-left:-180px;
top:200px;
border:3px solid #fff;
position:absolute;
left:50%;
height:400px;
}

#content{
color:#00;
position:absolute;
top:75px;
width:500px;
left:50%;
margin-left:-175px;
}

h1{
font-size:32pt;
margin-bottom:0;
}
.term h1{
color:#fff;
}
.pronounce, .type{
font-family:monospace;
color:#fff;
}
p.def{
margin-top:10px;
font-family: courier;
}
p.def br{
margin-bottom:10px;

}
.caption em{
font-style:normal;

}
.caption h1{
text-transform:uppercase;
font-family:helvetica;
color:#fff;
}
.caption div{
text-align:right;
font-family:courier;
}