.wrap {
    margin: auto;
    width: 998px;
    position: relative;
    min-height: 920px;
    overflow: hidden;
}

* {
    outline: none;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
}

.all {
    position: relative;
    background: url(./bg.jpg) top center no-repeat;
    min-width: 998px;
}

.top_menu {
    position: absolute;
    top: 29px;
    right: 36px;
}

.top_menu a {
    display: inline-block;
    color: white;
    line-height: 42px;
    padding: 0px 25px 0px 25px;
    text-decoration: none;

}

.top_menu a:hover {
    color: yellow;
}

.event_menu {
    position: absolute;
    top: 668px;
    left: 478px;
    width: 540px;;
}

.event_menu a {
    display: block;
    width: 142px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    margin-right: 35px;
}
.event_menu a:hover {
    color: yellow;
}
