body {
    background-image: url('/er/img/body_bg.jpg');
    font-family: Arial, helvetica;
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

h1 { font-size: 40px; color: #333;}


.content {
    width: 700px;
    height: 350px;
    margin: auto; 
    padding: 30px; 
    border: 1px solid #ddd; 
    border-radius: 10px;
    background: white;
    margin-top: 50px;
}

.left-side {
    float: left;
    width: 270px;
    margin-top: 30px;
    margin-left: 10px;
}

.right-side {
    float: left;
    width: 400px;
    text-align:center;
}

.right-side p { margin-top: 30px; }

.copyright { 
    width: 700px;
    clear: both;
    color: #999; 
    text-align: center; 
    margin: 15px auto;
    font-size: 14px;
}

.denied-block p {
  margin-bottom: 140px;
}