/*
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 : 13/03/2015, 09:41:28 AM
    Author     : David
*/
body 
{
    background-color: black;
}

div#mobile_banner{
    width:100%;
    height:90px;
    margin: 0 auto;
    padding-left:0px;
    border: 2px solid #fff7fa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 20px #fff4ed;
    -webkit-box-shadow: 0px 0px 20px #fff4ed;
    box-shadow: 0px 0px 20px #fff4ed;
    background-color: grey;
}
