/* utf-8 */

/* 0) - ALAPvetö formázások */
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    background-image: url('../_images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    text-align: center; 
}
/* Mozilla és társai ne rajzolgassanak a képek köré */
img {
    border: 0;
}
/* default linkek */
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}

#div-fidelio-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 600px;
    text-align: left;
}
.div-clear {
    margin: 0;
    padding: 0;
    clear: both;
}
