#page.participate {
    overflow: auto; background: url(../images/background.jpg); 
} 

#page.participate strong {
    font-weight: bold;
}

#page.participate a {
    color: #000000;
}

#page.participate .title {
    width: 990px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 75px;
}

#page.participate .title h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

#page.participate .title p {
    font-size: 24px;
    color: #000000;
}

#page.participate .content {
    position: relative;
    width: 990px;
    margin: auto;
    margin-bottom: 146px;
}

#page.participate .steps {
    width: 500px;
    margin-left: 185px;
    font-size: 12px;
}

#page.participate .steps h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#page.participate .steps h3 {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#page.participate .steps p {
    font-size: 12px;
    margin-bottom: 30px;
    width: 400px;
}

#page.participate .steps ul {
    width: 400px;
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 5px;
    
}

#page.participate .steps ul li {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 5px;
}

#page.participate .schedule h2 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#page.participate .schedule .table {
    height: 679px;
    background: url(../images/participate/table_bg.png);
}

#page.participate .schedule .table .data {
    position: relative;
    top: 27px;
    height: 619px;
    background: url(../images/participate/table_text.png) center no-repeat;
}

#page.participate .step-ico {
    position: absolute;
    width: 189px;
    height: 185px;
    background: top left no-repeat;
    left: -40px;
}

#page.participate .step-1-ico {
    background-image: url(../images/participate/step_1.png);
}

#page.participate .step-2-ico {
    background-image: url(../images/participate/step_2.png);
    top: 420px;
}

#page.participate .step-3-ico {
    background-image: url(../images/participate/step_3.png);
    top: 765px;
}

#page.participate .cover {
    position: absolute;
    width: 557px;
    height: 529px;
    background-image: url(../images/participate/cover.png);
    top: 1140px;
    left: 20%;
    margin-left: -570px;
}

#page.participate .nomination {
    position: absolute;
    width: 375px;
    height: 1394px;
    background-image: url(../images/participate/nomination.png);
    top: 0px;
    right: -50px;
}