html,body{margin: 0;padding:0;
    background-color: black;
    background-image: url(../header/sfos.jpg);
    background-repeat: repeat-y;
    background-position: center;}
body{text-align:center}
div#container
{
    
    width: 905px;margin: 0 auto;text-align:justify;
}
div#container2
{
    width: 800px;margin: 0 auto;
}
h1{
    font-size:9pt;
    font-weight:normal;
text-align:left;
}
h2{
    font-size:13pt;
    font-weight:bold;
    text-align:center;
    color: white;
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
}
p{
    font-size:12pt;
    font-weight:normal;
    color: white;
    font-family: Georgia,'Times New Roman',times,serif;
    text-align:justify;
    line-height: 1.5;
    
}
img
{
    border:0;
}