@charset "utf-8";
/* CSS Document */

body {
background-color: #ffffff;
background-image: url(background.jpg);
background-repeat: repeat-x;
}

	
.border {background:url(images/border_tall.gif) top repeat-x;}
.border .btall {background:url(images/border_tall.gif) bottom repeat-x;}
.border .ltall {background:url(images/border_tall.gif) left repeat-y;}
.border .rtall {background:url(images/border_tall.gif) right repeat-y;}
.border .tleft {background:url(images/border_tl.gif) top left no-repeat;}
.border .tright {background:url(images/border_tr.gif) top right no-repeat;}
.border .bleft {background:url(images/border_bl.gif) bottom left no-repeat;}
.border .bright {background:url(images/border_br.gif) bottom right no-repeat; width:100%;}

.trborder {background:url(images/trborder_tall.gif) top repeat-x;}
.trborder .btall {background:url(images/trborder_tall.gif) bottom repeat-x;}
.trborder .ltall {background:url(images/trborder_tall.gif) left repeat-y;}
.trborder .rtall {background:url(images/trborder_tall.gif) right repeat-y;}
.trborder .tleft {background:url(images/trborder_tl.gif) top left no-repeat;}
.trborder .tright {background:url(images/trborder_tr.gif) top right no-repeat;}
.trborder .bleft {background:url(images/trborder_bl.gif) bottom left no-repeat;}
.trborder .bright {background:url(images/trborder_br.gif) bottom right no-repeat; width:100%;}	
	

.chborder {background:url(images/chborder_tall.gif) top repeat-x;}
.chborder .btall {background:url(images/chborder_tall.gif) bottom repeat-x;}
.chborder .ltall {background:url(images/chborder_tall.gif) left repeat-y;}
.chborder .rtall {background:url(images/chborder_tall.gif) right repeat-y;}
.chborder .tleft {background:url(images/chborder_tl.gif) top left no-repeat;}
.chborder .tright {background:url(images/chborder_tr.gif) top right no-repeat;}
.chborder .bleft {background:url(images/chborder_bl.gif) bottom left no-repeat;}
.chborder .bright {background:url(images/chborder_br.gif) bottom right no-repeat; width:100%;}	

	
gameplay {
	background-color: #ffffff;
	background-image: url(featurebg.jpg);
	background-repeat: repeat-x;
}
