/* CSS Document */
/*  <no hash>item = firefox
    #item = ie7
	_item = ie6 and less
*/

body{
background: #3c3c3c ;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
}

#stage{
background: #acb690 url(../backgrounds/wall-texture.jpg);
width: 100%;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 140px 0px;
}

#flat-panel{
background: #CCC;
width: 1048px;
height: 600px;
}

#left{
background:url(../backgrounds/lcd-left.jpg);
width: 78px;
height: 600px;
float: left;
}

#center{
background:url(../backgrounds/lcd-center.jpg) -15px 0px;
width: 892px;
height: 600px;
float: left;
padding: 0px;
}

#screen{
width: 892px;
height: 482px;
margin: 53px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}


#power-button{
width: 26px;
height: 11px;
margin: 18px 0px 0px 156px;
#margin: 18px 555px 0px 0px;
_margin: 18px 555px 0px 0px;
padding: 0px;
float: left;
#float: none;
_float: none;
}

#right{
background:url(../backgrounds/lcd-right.jpg);
width: 78px;
height: 600px;
float: right;
}

#footer{
width: 892px;
height: 20px;
margin: 20px 0px 0px 0px;
font-size: 80%;
color: #5d6645;
}

#footer-left{
width: 446px;
float: left;
text-align: left;
}

#footer-center{
width: 892px;
margin: 10px 0px 0px 0px;
float: left;
position: relative;
}

#footer-right{
width: 446px;
float: right;
text-align: right;
}




a, a:visited{
font-weight: bold;
text-decoration: underline;
color: #5d6645;
}

a:hover, a:visited:hover{
color: #FFF;
text-decoration: underline;
}


a.power-btn, a.power-btn:visited{
width: 22px;
height: 11px;
background: url(../images/lcd-power-btn.jpg) -2px 0px repeat;
_background: url(../images/lcd-power-btn.jpg) 0px 0px repeat;
margin: 0px 0px 0px 0px;
display: block;
}

a.power-btn:hover, a.power-btn:visited:hover{
background-position: -2px -11px;
_background-position: 0px -11px;
}

a.external, a.external:visited{
background:url(../images/external-link.png) 134px 0px no-repeat;
display: inline;
padding: 0px 14px 0px 0px;
}

a.external:hover, a.external:visited:hover{
background-position: 134px -12px;
}
