#landing #wrap {
    width: 980px;
}
#landing #brand {
    height: 440px;
    padding-top: 30px;	
}
#landing #brand a {
    color:#000000;
}
#landing #brand a:hover {
    text-decoration:underline;
}

#landing #footer {
    clear: both;
    text-align: right;
}
#footer #text_title_image{
    width:980px;
}



#landing div.col {
    width: 235px;
    height: 470px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 5%;
}
#landing div.bgLayer {
    width: 235px;
    height: 470px;
    position: absolute;
    margin: 0px;
    z-index: -1;
    left: 0px;
    top: 0px;
}
#landing select {
    width: 150px;
}

.col .text {
    bottom: 7px;
}
.col h2 {
    color: white;
    font-size: 1.5em;
}
.col ul {
    list-style: none;
}
.col li {
    margin-bottom: 3px;
}
.col { 
    color: white;
}
.col a {
    color: white;
}

#othersCol .bottom a, #othersCol .bottom h2, #othersCol {
    color: black;
}
