h1 {
font-family: Verdana;
color: white;
font-size: 26px;
}

h2 {
font-family: Verdana;
color: rgb(186,0,88);
font-size: 16px;
}

#header{
position:relative;
background-image:url('MapBG.png');
height:320px;
color: white;
}

#text{
position:relative;
background-color: white;
padding: 15px;
}

body
{
margin: auto;
width: 1000px;
padding: 10px;
background-image:url('BG.png');
background-repeat:repeat-x;
font-family: Verdana;
font-size: 12px;
}


img { border: none; }