@charset "utf-8";
/* CSS Document */
body {
        background-color:#000000;
        margin:0px;
        padding:0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#FFFFFF;
}

#headWhiteLine {
        height:135px; 
        background-color:#FFFFFF;
}

.headImages {
        float:left;
        padding-right:8px;
}

#moreSitesHg {
        background-image:url(moreSites.jpg);
        background-repeat:no-repeat;
        height:143px;
        width:230px;
        float:left;
}

#moreSitesContent {
        padding-top:20px;
        padding-left:60px;
        text-align:justify;
        width:155px;
}

#contentHg {
        background-repeat:no-repeat;
        width:950px;
        height:318px;
        float:left;
        padding-top:10px;
}

.contentText {
        padding:20px 0 0 25px;
        width:850px;
        text-align:justify;
}

#footer {
        margin:10px 0 10px 10px; 
        padding:5px; 
        color:#4f4f4f; 
        width:980px; 
        text-align:right;
}
a {
text-decoration:none;
}