@charset "big5";
@import url("reset.css");


body{
    font-family: Cambria, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    text-transform:uppercase;
    background:transparent url(images/bgbody.jpg) repeat top left;

}

#FB{
	padding:15px 0 0 20px;
}

#LOGO{
	margin:10px 0 0 90px;
	position:absolute;
}

#content{
    width:1002px;
    height:1040px;
    margin:-200px auto 0px auto;
    background:transparent url(images/bg.gif) no-repeat bottom left;
}

#content .text{
    padding:180px 0px 0px 35px;
}
ul#navigation {
    position: fixed;
    top: 0px;
    right: 550px;
    list-style: none;
}

ul#navigation li {
    display:inline;
    float:left;
    width:100px;
    margin-left:1px;
	z-index:99999;
}
ul#navigation li a {
    display: block;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    float:left;
    width: 100px;
    height: 35px;
    color:#603d05;
    background:transparent url(images/item.png) no-repeat bottom right;
    text-decoration:none;
    text-align:center;
    padding-top:80px;
    margin-top: -40px;
    cursor:pointer;
}
