/* CSS styles for --SITENAME-- */
/* coded by DJENAN KOZIC :: --DATE-- */


/* THE BASICS */

* { margin:0; padding:0; }

body { background: #082140 url('images/bg.gif') repeat-x top; padding:18px 0 18px 0; }

div.wrapper { position:relative; height:659px; width:902px; margin:0 auto; }
	div.strapline { width:539px; margin:0 auto 7px auto; }
		div.strapline h1 { background:transparent url('images/header_strap.gif') no-repeat top left; text-indent:-500em; width:539px; height:20px; }
	div.header { position:absolute; top:0; left:66px; z-index:99; background:transparent url('images/header.gif') no-repeat top left; width:769px; height:70px; }
	div.border { position:absolute; top:29px; z-index:10; background:transparent url('images/border.gif') no-repeat; width:902px; height:602px; }
	div.footer { position:absolute; bottom:0px; left:66px; z-index:99; background:transparent url('images/footer.gif') no-repeat; width:771px; height:72px; }
		div.footer a.backbutton { position:absolute; top:7px; left:7px; width:58px; height:57px; background:transparent url('images/back_btn.gif') no-repeat 0 0; text-indent:-500em; }
		div.footer a.backbutton:hover { background-position: 0 -57px; }
		div.footer a.backbutton:active { background-position: 0 -114px; }
		
		div.footer a.forwardbutton { position:absolute; top:7px; right:9px; width:58px; height:57px; background:transparent url('images/forward_btn.gif') no-repeat 0 0; text-indent:-500em; }
		div.footer a.forwardbutton:hover { background-position: 0 -57px; }
		div.footer a.forwardbutton:active { background-position: 0 -114px; }
		
		div.footer a.copyright { position:absolute; top:27px; left:140px; width:347px; height:16px; background:transparent url('images/copyright_note.gif') no-repeat 0 0; text-indent:-500em; }
		div.footer a.tandc { position:absolute; top:27px; left:487px; width:134px; height:16px; background:transparent url('images/tandc.gif') no-repeat 0 0; text-indent:-500em; }

	div.content { position:absolute; top:34px; left:5px; z-index:0; width:890px; height:589px; background:transparent url('images/content00.jpg') no-repeat top left; }