/* global.css */


* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #2a240b;
    line-height: 1.7em;
    text-align: center;
    background: #dddddd url(/_img/bg.png) top center repeat-y;
}
div#wrap {
    margin: 20px auto;
    width: 520px;
    position: relative;
    background: url(/_img/wrap.png) repeat-y;
    text-align: left;
}
div#top {
    height: 240px;			
    background: url(/_img/top.png) no-repeat;
}
div#middle {
    min-height: 40px;
    height: auto !important;
    height: 40px;
    position: relative;
    top: -60px;
    padding: 30px;
}
div#bottom {
    width: 100%;
    height: 240px;
    background: url(/_img/bottom.png) no-repeat;
    position: absolute;
    bottom: 0;
}
h1, h2, p {
    margin-bottom: 1em;
}
a {
    color: #2a240b;
}
a:hover {
    color: #726d57;
    
    text-decoration: none;
}
#footer {
    color: #726d57;
    font-size: 9px;
    text-align: right;
    
    margin-top: 120px;
    position: relative;
    top: -60px;
    margin-bottom: -120px;
}
#footer a {
    color: #a2a095;
    
    border-bottom: 0 none;
}
#footer a:hover {
    color: #726d57;
    
    border-bottom: 0 none;
}
h1 {
    font-size: 16px;
    color: #726d57;
}
h2 {
    font-size: 13px;
}
ul {
    list-style-type: none;
    margin: -1em 20px;
    
    color: #726d57;
}
em {
    color: #726d57;
}
strong {
    color: #2a240b;
}
.attention {
    padding: 20px;
    margin-bottom: 1em;
    background: #f6f6f6;
    border: 1px dotted #a2a095;
}
.attention p {
    margin: 0;
}
