.title{
margin-left: 100px;
}

	
	li:hover a{
		background: -webkit-linear-gradient(left top, red, green, blue, red); /* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(bottom right, red, green, blue, red); /* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(bottom right, red, green, blue, red); /* Firefox 3.6 - 15 */
		background: linear-gradient(to bottom right, red, green, blue, red); /* 标准的语法 */
		-webkit-background-clip: text;         /* 规定背景的划分区域 */
		-webkit-text-fill-color: transparent;  /* 防止字体颜色覆盖 */
		//text-shadow: 0px 0px 1px #888;
	}

#main {
    //width: 80%;

}

.right-div{
    position:fixed;
    top:105px;
   right: 0px;
    width:19.98%
}

.left{
  position:absolute;
  top: 10px;
  width: 80px; 
  height: 80px;
  
}
.right{
  position:absolute;
  top:3px;
  right:0px;
   width: 80px; 
  height: 80px;
}

#navigator{
background: -webkit-linear-gradient(left, white,#66b3ff,#a6ffff,#0080ff,#97cbff, white,#acd6ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, white,#66b3ff,#a6ffff,#0080ff,#97cbff, white,#acd6ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, white,#66b3ff,#a6ffff,#0080ff,#97cbff, white,#acd6ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, white,#66b3ff,#a6ffff,#0080ff,#97cbff, white,#acd6ff ); /* 标准的语法（必须放在最后） */
}