.welcome {
    background: url(/image/bar_top_bg.png) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.introduction {
    width: 33.2%;
    float: left;
    font-size: 12px;
}

.introLogo {
    text-align: center;
    height: 85px;
}

.introText {
    padding: 12px;
}

.signUp {
    width: 500px;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 25px;
}

.itsFree {
    width: 500px;
    float: right;
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
}

.frontpageNews {
    border: 2px solid black;
    margin: 5px;
    border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #F5F5F5;
}

.frontpageNews h1 {
    font-size: 20px;
}

.news {
    font-size: 12px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
    float: right;
    font-weight: bold;
    width: 500px;
    margin-top: 5px;
    margin-right: 5px;
}
.footer .col {
    float: right;
    text-align: right;
    width: 200px;
}