body {
    font-family:Arial;
    font-size:12px;
    color:#000;
    margin:0 auto;
    padding:0;
    width:943px;
    background: #fff;
}

a {
    color:#00f;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#f00;
}

/*--- menu ---*/

#menu {
    height:46px;
    width:903px;
    background:#fff url("../img/top.png") top left no-repeat;
    padding-top:10px;
    padding:27px 21px;
}

#menu_items {
    margin:30px 0px 0px 25px;
    font-size:14px;
}

#menu a {
    color:#726d6d;
    margin:0 50px;
}

/*--- body ---*/

#body {
    width:903px;
    background:#fff url("../img/mid.png") top left repeat-y;
    padding:0px 21px; 
    position:relative;
}

#body .main_img {
    height:400px;
    position:relative;
    color:#fff;
    font-size:24px;
}

.index_img {
    background:#fff url("../img/index.jpg") top left no-repeat;
}

.about_img {
    background:#fff url("../img/about.jpg") top left no-repeat;
}

.contact_img {
    background:#fff url("../img/contact.jpg") top left no-repeat;
}

.participant_img {
    background:#fff url("../img/participants.jpg") top left no-repeat;
}

#body .location {
    height:400px;
    width:903px;
}

#body .left_text {
    text-align:right;
    position:absolute;
    right:20px;
    top:15px;
}

#body .bot_text {
    position:absolute;
    left:40px;
    bottom:15px;
}

#body .big_text {
    font-size:70px;
    font-weight:bold;
}

#body .content {
    padding:25px 50px;
}

/*--- footer ---*/

#footer {
    text-align:center;
    color:#726d6d;
    width:903px;
    background:#fff url("../img/mid.png") top left repeat-y;
    padding:0px 21px; 
    position:relative;
}

#footer .logos {
    position:relative;
    height:125px;
}

#footer .apeg_logo {
    position:absolute;
    left:100px;
    text-align:center;
    font-size:14px;
}

#footer .vpl_logo {
    position:absolute;
    right:100px;
}

/*--- bottom ---*/

#bot {
    width:943px;
    height:27px;
    background:#fff url("../img/bot.png") top left no-repeat;
}

