body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #333;
}

.corporate {
    margin: auto;
    width: 720px;
    height: 30px;font-size: 12px;
}

#wrap {
    background: url(../img/bg.jpg) left top no-repeat;
    width: 720px;
    height: 540px;
    margin: auto;
}

.right {
    float: right;
    width: 417px;
    height: 447px;
    margin-top: 31px;
}

.footer {
    float: right;
    width: 417px;
    font-size: 10px;
    line-height: 14px;
}

h1 {
    margin: 10px 0 50px;
    font-size: 30px;
    color: #CF001C;
    padding-left: 10px;
    text-transform: uppercase;
}

h2 {
    padding-left: 10px;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
}

p {
    margin: 0;
    padding-left: 10px;
}

.button {
    background: url(../img/webcast.png) left top no-repeat;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 12px 40px;
}

.button:hover {
    background: url(../img/webcast-over.png) left top no-repeat;
}

.pdf {
    text-decoration: none;
    color: #0F487F;
    padding: 10px 0 5px 40px;
    background: url(../img/pdf.png) left top no-repeat;
}

.blu {
    color: #0f487f;
}

a {
    color: #fff;
}