#website {
    width:1012px;
    margin:0px auto;
}
#header {
    width:167px;
    height:56px;
    background-image:url(../images/logo.jpg);
    position:absolute;
    top:80px;
    left:70px;
    z-index:2;
}
#background {
    width:1012px;
    height:609px;
    background-image:url(../images/background.jpg);
    position:absolute;
    z-index:1;
}
a.navigation , a.navigation:link, a.navigation:visited, a.navigation :focus {
    font-size:12px;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
a.navigation:hover {
    color:#e30e55;
}
#navigation {
    width:400px;
    margin:375px 0px 0px 0px;
    float:right;
}
#navigation_active {
    background-color:#FFF;
    float:right;
    padding-top:15px;
    padding-right:25px;
    padding-left:25px;
    position:relative;
    z-index:2;
    margin-left:-25px;
}
#navigation_not_active {
    float:right;
    margin-right:25px;
}
#navigation_line {
    width:400px;
    height:1px;
    border-top:1px solid #e30e55;
    position:absolute;
    margin-top:-8px;
    z-index:1;
}
#navi {
    margin-right:20px;
}
#content {
    width:400px;
    float:right;
    margin-bottom:15px;
}
#text {
    padding:15px;
}
#m1 {
    position:absolute;
    z-index:3;
    width:350px;
    height:230px;
    top:280px;
    left:170px;
}
#m2 {
    position:absolute;
    z-index:3;
    width:350px;
    height:210px;
    top:200px;
    left:250px;
}
#m3 {
    position:absolute;
    z-index:3;
    width:350px;
    height:210px;
    top:120px;
    left:400px;
}
#m4 {
    position:absolute;
    z-index:3;
    width:510px;
    height:210px;
    top:50px;
    left:600px;
}