﻿/* ----------------------------------------------

    使用範圍: 網路書店的404, 500錯誤頁面
    作者: yangky
    最新修改日期; 2009/10/16

 ----------------------------------------------*/


@charset "utf-8";

html, body
{
    margin:0px auto; 
    background-color:#f1eee7; 
    font:13px "verdana", "Georgia","apple LiGothic Medium", "arial", "Courier", "Helvetica", "Times";}

/*------------------ 標頭 ------------------*/

#err_header
{
    background-image:url(/images/erorPage_bg.jpg); 
    height:61px;}



/*------------------ 內容 ------------------*/

#err_content
{
    background:url(/images/) #ffffff no-repeat center center; 
    height:400px;
    text-align:center;}
    
#err_content img
{
    margin-top:140px;
    margin-bottom:5px;}
    
#err_content a,
#err_content a:visited
{
    color:#bc2025; 
    text-decoration:underline;}

#err_content a:hover
{
    text-decoration:none;}



/*------------------ footer ------------------*/

#err_footer
{
    background-color:#f1eee7; 
    color:#737373; 
    text-align:center; 
    line-height:180%;}
    
#err_footer a,
#err_footer a:visited
{
    color:#737373; 
    text-decoration:none;}

#err_footer a:hover
{
    text-decoration:underline;}
