/* 
    Document   : promo
    Created on : 24.12.2008., 10.55.13
    Author     : Milko Leporis
    Description:
        Purpose of the stylesheet follows.
*/

.Promo_homePromo {
    width: 800px;
    height: 200px;
    background-image: url(../images/homePromoBack.jpg);
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.Promo_homePromo embed {
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}
.Promo_thumb {
    float: left;
    margin: 20px 0px 15px 20px;
    border: 4px solid #000000;
}


