#top{
			width: 100%; height: :200px;
			position: relative;background-color: #000;
		}
		#top span{
			display: block;color: #FFF;font-weight: blod;
		}
		#top #XX{
			 font-size: 60px;color: bisque;
			position: absolute; right: 100px; top: 50px;
		}
		#top .topW{
			font-size: 50px;
			position: relative; left: 200px;
		}
#header{
			height: 30px; background-color: cadetblue;
		}
		#navList li a{
			    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
		}