body {

background-image: url('images/splash-bg.jpg');

background-repeat: no-repeat;

background-color: #464646;

color: #f4f4f4;

background-position: top center;

}



#container {

margin: 0px auto 0px auto;

width: 532px;

font-family: Arial;

text-align: center;

font-size: 24px;
overflow:hidden;
padding-top:247px;
}



.tomFM {

display:block;

float: left;

background-image: url('images/tomfmlogo.jpg');

background-repeat:no-repeat;

margin-top:40px;

margin-bottom: 40px;

width: 262px;

height: 152px;

}



.tomFM span {

display:none;

}



a.tomFM:hover {

background-position: -262px 0px;

}







.klee {

display:block;

float: right;

background-image: url('images/kleelogo.jpg');

background-repeat:no-repeat;

margin-top:40px;

margin-bottom: 40px;

width: 263px;

height: 152px;

}



a.klee:hover {

background-position: -263px 0px;

}

.klee span {

display:none;

}



p {

color: #646464;

font-size: 14px;

}



p a {

color: #646464;

text-decoration: none;

}



p a:hover {

color: #f4f4f4;

text-decoration: none;

}



.clear {

clear: both;

}