body{
margin:0px;padding:0;
font-family: "標楷體", Helvetica, sans-serif;
/* background-color:#FFFFCC;background-image:url(../pokepic/p1.JPG);background-repeat:no-repeat;background-position:center;
background-size:"60px 80px"; */
}
#main{
margin:0px auto;
width:900px;

}
header{
    margin-left: 10px;
    border:1px #330000 solid;
    width:800px;
    height:120px;
    background: #330000;
}
aside{
    width:300px;
    float:left;
    height:700px;
    margin-right: 45px;
    /* background: url(../pokepic/p1.JPG)    no-repeat; */
    background-color:#FFFFCC;
   
}
nav{
    border:0px #000000 solid;
    margin:0px auto;padding:0px;
    margin-top: 35px;
    
}
article{
    border-right:1px #330000 solid;
    width:625px;
    margin-left:170px;
    height:700px;
    margin-top: 45px;
    /* background: url(../pokepic/p1.JPG)    no-repeat; */
   
}
footer{
    border:1px #330000 solid;
    background: #330000;
    color:#ffffff;
    width:800px;height:50px;
    text-align:center;
    line-height:50px;
    
}