/*CSS*/



a { text-decoration:none; cursor:pointer; }

.fltl{float:left; }

.fltr{ float:right; }

.clr {clear:both;}

img {border:0px;}


 
html, body {
background:#fff;
font: 12px/15px Arial, Helvetica, sans-serif;
color:#333;
margin: 0;
background:url(images/bg.jpg) top left repeat-x;
height:100%;
}

.container {
width:977px;
height:100%;
margin: 0 auto;
background:url(images/borders.jpg) top left repeat-x;
background-color:#d0d0d0;
}

.content{
width:977px;
height:100%;
margin: 0 auto;
background:#fff;
}

.screen {
width:977px;
height:657px;
}

/* ======= HEADER ========= */

.header{
height:275px;
width:990px;
background:url(images/bgHeader.png) top left no-repeat;
}



/*============ FOOTER ===============*/

.footer{
wifth:990px;
height:125px;
background:url(images/bgFooter.jpg) no-repeat;
}
