
#landingBody {
    font-family: verdana, sans-serif;
	font-size: 0.7em;
    
    color:#6699ff;
}
#centerContent {
    position:relative;
    width:595px;
    height:431px;
    background: url("../images/centerContent-bg.jpg") no-repeat #ff6633;
}
#landingInfo {
    position:absolute; top:34px; left:50%;
    margin-left:-220px;
    width:241px;
    height:186px;
    background: url("../images/info-bg.png") no-repeat transparent;
    
    padding: 30px 75px 0 125px;
}
#landingInfo h1 {
    font-size:17px;
    font-weight:bold;
    margin:0 0 -19px 0;
line-height: 30px;
    padding:0;
}
#landingInfo td {
margin-top:16px;
    font-size:11px;
    font-weight:bold;
line-height: 13px;
    margin-bottom:12px;
color:#666666;
}
#landingInfo a {
    color:#666666;
    text-decoration:underline;
}
#landingInfo a:hover {
    color:#ff6633;
    text-decoration:none;
}
