/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2017, 2:52:05 PM
    Author     : sam
*/
section {
}
section div .promotion {
    position: absolute;
    top: -80px;
    right: 80px;
    font-size: 2em;
    color: red;
    z-index: 2;
}
section div {
    position: relative;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 10px;
    width: 670px;
    padding: 35px 10px;
    border: 1px solid lightgrey;
    background-color: white;
}

section div img {
    display: block;
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: 1;
}


