body {
    color: #444444;
    background-color: #fff;
    font-family:"Courier New", Courier, Monospace;
    font-size: 16px;
}
    
.clearSpace {
    clear: both;  
    display: block;
    height: 1px;
    line-height: 1em;
}
    
#page {
    background-color: #FFFFFF;
    width: 850px;
    margin: 40px auto;
}
    
#sign {
    float: left;
    width: 320px;
    height: 350px;
}
    
#msgType {
    color: #800;
    float: left;
    width: 500px;
    margin-top: 60px;
    padding-left: 20px;
}
#msgType h1 {
    font-size: 54px;
    line-height: 1em;
    margin: 0;
}
#msgType h2 {
    font-size: 32px;
    line-height: 1.25em;
    margin: 0;
}
    
#content {
    color: #333;
}
#content h3 {
    margin: 20px 0px 0px 0px;
    line-height: 1.25em;
}
#content p {
    margin: 1em 0em;
}

#footer {
    font-size: 12px;
    margin-top: 20px;
}
#footer a {
    color: #800;
    text-decoration: none;
}
#footer a:hover {
    color: #f00;
    text-decoration: underline;
}