/**
 * Styles for the error pages
 * 
 * @title          error
 * @media          screen
 * @require        global.css
 */

/**
 * Core, content part, fixed size
 * @section        core
 * @tree           #core < #wrapper < form < body
 */
#core {
    padding-top:95px;
    min-height:463px;
    margin-bottom: -53px;
    background:url(/img/error/bg/404.jpg) no-repeat;
}


/**
 * Main part: main content in Core
 * @section        main
 * @tree           #main < #core < #wrapper < form < body
 */
#main {
    color:#333;
    font-size:17px;
}

#main p {
	width:330px;
	padding-top:20px;
}

#main span a {color:#D0A147;}