@charset "UTF-8";

/*header 頁首
-------------------------------------------------------*/
#header{
	width:600px;
	height:70px;
	margin:0 auto;
	font-size: 24px;
}

#header h1{
text-indent:-9999px;
display:block;
width:300px;
height:70px;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
background-position:0 19px;
}




/*footer頁尾
-------------------------------------------------------*/

#footer{
width:600px;
margin:0px auto;
padding-bottom:10px;
background-color:#333333;
}


#footer p{
text-align:center;
padding:10px 0 0;
color:#FFFFFF;
font-size:70%;
}
