@charset "UTF-8";
/* nav-bar */
#nav {
    line-height:30px;
    height:300px;
    width:100px;
    float:left;
    padding:1px; 
	background-repeat:no-repeat;
    position: fixed;
    z-index: +2;
    top: 10px;
    left:0px; 
	text-decoration:none;
}
