html, body, p, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 100%;
    background: #2c2c2c url(../images/back.jpg) no-repeat center top;
    font-family: 'Myriad Pro', Arial, sans-serif;;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.header {
    height: 227px;
    background-color: #2c2c2c;
    top: 7px;
    position: relative;
}

.wrap {
    margin: 0 auto;
    padding: 40px 30px;
    min-width: 980px;
    max-width: 1510px;
    box-sizing: border-box;
}

.header .logo {
    float: left;
}

.header p {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    float: right;
    text-align: right;
}

.header p a {
    color: #fff;
}

.header p a:hover {
    text-decoration: none;
}

.content {
    padding-bottom: 40px;
    margin: 0 auto;
    min-width: 900px;
    max-width: 1032px;
    background-color: #a1a1a1;
    box-shadow: 0 11px 0 4px #2c2c2c;
    border-radius: 5px;
    top: -35px;
    position: relative;
}

.content p {
    margin: 0 auto;
    width: 450px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #2c2c2c;
}

.shadowed_text {
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.shadowed_text {
    margin-bottom: 90px;
    top: 65px;
    position: relative;
}

.shadowed_text b {
    font-size: 60px;
}

.shadowed_text .text1 {
    color: #2c2c2c;
}

.shadowed_text .text2 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
}

.shadowed_text .text2 b {
    color: #9b1b1f;
}