@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma, Geneva, sans-serif;
	background:url(img/pngARM.png);
			}
p{font-size:14px ; margin-top:-50px}

a{text-decoration:none ; color:#000 ; font-size:12px ; font-weight:bold ; margin-right:5px}

#base{width:980px ; margin:20px ; box-shadow:0px 0px 20px #999999 ; height:600px ; border-radius:}

#box-right{float:right ; width:20% ; height:600px ; background:#CCC ; box-shadow:-2px 0px 5px #666666 }

#box-left{float:left ; width:79% ; height:600px ; background:#FFF; box-shadow:2px 0px 10px #333333  }

#jeld{text-align:right ; }

#book{width:90% ; height:200px ; margin:10px }

#keyj {width:100% ; float:right ; direction:rtl ;
background: -moz-linear-gradient( #CCCCCC , #999 );
background: -khtml-linear-gradient( #CCCCCC , #999 );
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CCCCCC), to(#999));
background: -ms-linear-gradient(#CCCCCC , #999 );
background: -o-linear-gradient( #CCCCCC , #999 ) ;
height:25px ; margin-top:8px ; border-radius:10px 0px 0px 10px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
box-shadow:-8px 0px 10px #666666; margin-right:-15px }

#keyj:hover{box-shadow:0px 0px 2px #666666 ; margin-right:-8px;
background: -moz-linear-gradient( #CCCCCC , #09F );
background: -khtml-linear-gradient( #CCCCCC , #09F );
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CCCCCC), to(#09F));
background: -ms-linear-gradient(#CCCCCC , #09F);
background: -o-linear-gradient( #CCCCCC , #09F) }

#txt{width:100% ; height:595px}
