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

body {
margin: 0px;
padding: 0px;
background-color:#000;
background-image: url(../images/bkgd.jpg);
background-repeat: repeat-x;
}

#wrapper { 
position: relative;
margin: 20px auto auto auto; 
background-image:url(../images/tv_bkgd.png); 
height: 590px; 
width: 1000px; 
background-repeat:no-repeat;
 }
 
#menubtn {
	-webkit-border-radius: 4px;
	background: black;
	position: absolute;
	height: 20px;
	width: 60px;
	top: 500px;
	left: 20px;
	background: url(../images/menu-btn.png) no-repeat top center;*/
}

#menubtn:hover {
	-webkit-border-radius: 4px;
	background: white;
	position: absolute;
	height: 20px;
	width: 60px;
	top: 500px;
	left: 20px;
	background: url(../images/menu-btn.png) no-repeat bottom center;*/
}

#screen {
	position: absolute;
	height: 465px;
	width: 815px;
	margin: 62px 92px;
	background-color: black;
	overflow: hidden;
}

#clvrbtn { position: absolute; bottom: 12px; left: 480px; width: 38px; height: 40px; border: 0px solid white; z-index: 1000; }
#clvrbtn:hover { position: absolute; bottom: 12px; left: 480px; width: 38px; height: 40px; border: 0px solid white; z-index: 1000; cursor: pointer;  }
