/* 
    Created on : 07-Dec-2014, 15:22:05
    Author     : Glenn Local
*/
header
{
background-image: url("../images/header.png");
//width:800px;
//height:100px;
background-size: 100% 150px;
}

h1, h2
{
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
    //font: centered; 
    alignment-adjust: central;
    text-align: center;
}

body
{
background-color: #BCBCBC;
margin-left: auto;
}

section
{
    height: auto;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.address
{
    min-width: 100px;
    min-height: 100px;
    background-color: blue;
}

#b
{
    font-weight: bold;
}

p1
{
    height: 200px;
    width: 200px;
    background-color: red;
}

*
{
font-family: Arial;    
}