/*Вакансии*/

html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}
#flashContent {
    width:1000px;
    height:750px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-375px;
    margin-left:-500px;
}