﻿body
{
    background-image: url(../images/home_bg.jpg);
}


.pageBG
{
    background-position: 50% 50%; 
    background-image: url(../images/home_03a.jpg);
    background-repeat: no-repeat
}
a
{
    margin-left: 190px;
    color: White;
    font-size: 20px;
    
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
