/*  -------------------------------------------------------------------
    Reset - August 2008 ----------------------------------------------- */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, code,
    del, dfn, img, q, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        border:0;
        font-family:inherit;
        font-size:1em;
        font-style:inherit;
        font-weight:inherit;
        margin:0; padding:0;
        vertical-align:baseline;
    }	
    body { font-size:100.01%; line-height:1; }
    table { border-collapse:collapse; border-spacing:0; }
    caption, th, td { text-align:left; font-weight:normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    blockquote, q { quotes:"" ""; }
    embed:hover, embed:active:hover, embed:visited:hover { border:0px #fff solid; }


/*  -------------------------------------------------------------------
    Redefine Tag ------------------------------------------------------ */
    a:focus { outline:none; }
    html, body { height:100%; }

/*  -------------------------------------------------------------------
    Shell ------------------------------------------------------------- */
    body {
	    background-color:#115d21;
		color:#fff;
		font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
		font-size:14px; line-height:17px;
	}
    #wrapHTML {
	    /*background:url(../img/bg_body.gif) no-repeat top left;*/
	    margin:0 auto;
		text-align:center;
		width:948px; height:657px;
	}
	
	#content { width:475px; margin:0 auto; padding-top:150px; }


/*  -------------------------------------------------------------------
    Content ----------------------------------------------------------- */


/*  -------------------------------------------------------------------
    Header ------------------------------------------------------------ */
    h1 { font-size:18px; margin-bottom:8px; }