body {    
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;    
    background-color: #374e5f;
    margin: 0;
}

div.wrapper {
    background-image: radial-gradient(circle closest-side, #777, transparent );
    background-position: 50% 10px;
    margin: 0 auto;
    padding-top: 100px;
    width: 90%;
    max-width: 680px;
}

div.wrapper h1 {
    background: url("/img/oneall/v2/136x39-wo.png") no-repeat scroll 50% 0 transparent;
    height: 50px;
    margin: 0 0 10px 0;
    text-indent: -9999px;
}

div.wrapper .content {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 2px 3px 1px 0 rgba(23, 23, 23, 0.54);
}

div.wrapper .content h2 {
    color: #303030;
    font-size: 20px;
    line-height: 30px;
    margin:0 0 10px 0;
}

div.wrapper .content p {
    font-size: 15px;
    margin: 0 0 30px 0;
    text-align: justify;
    color: #666;
    line-height: 22px;
}

div.wrapper .content p.introduction{
    font-size: 16px;
    color: #374E5F;
}

div.wrapper .content p.introduction + p{
    border-top: 1px solid #f0f0f0;	
    padding-top: 30px;
}

div.wrapper .content p:last-child{
    margin-bottom: 0;
}

div.wrapper .content a{
    color: #045B94;
    text-decoration: underline;    
}

div.wrapper .content a:hover{
    text-decoration: none;    
}

div.wrapper .footer{
    line-height: 40px;
    text-align:center;
    color: #aaa;
    font-size: 12px;
}

div.wrapper .footer a{
    text-decoration: none;
    color: #C0C0C0;
}

div.wrapper .footer a:hover{
    color: #fff;
}
