@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
 margin: 0px;
 padding: 0px;
 border: 0px;
 outline: 0px;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}

body {
 margin: 0;
 padding:0;
 font-size:12px;
 line-height: 1.6em;
}
a { color:#D60027;}
a:hover { color:#D60027;}
a:visited { color:#D60027;}
a:hover { color:#D60027;}
a:active { color:#D60027;}

#header {
 width:100%;
 height: 45px;
 background:#4ab86f;
}
#header #logo a {
 width: 53px;
 height: 38px;
 background: url(../images/header_logo.png) no-repeat;
 position:absolute;
 top:0px;
 left:20px;
}

#footer {
 width:100%;
 height:50px;
 background: url(/images/common/footer/foot_bg.jpg) #4ab86f repeat-x;
 bottom:0;
}
#footer #copyright {
 float:right;
 width: 410px;
 height: 30px;
 background: url(/images/common/footer/copyright.jpg) 0px 10px no-repeat;
}

#header #logo span,
#footer #copyright span {
display: none;
}

#container {
text-align:center;
margin-bottom:20px;
}
