html{ height:101%;}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
	background: url(../images/Landing-Page-Bg.jpg) repeat-x #0A4A8E;
    text-align: center;
}


a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/*Global Class*/
.ClearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Landing Page*/
#LandingBox {
    width: 1120px;
    margin: 0 auto;
}

#Flash {
    float: left;
    width: 100%;
}

#Footer {
    float: left;
    width: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #D6D5D9;
    padding: 15px 0 50px 0;
}

#Footer a {
    color: #D6D5D9;
}

#FooterLanding {
    width: 800px;
    margin: 0 auto;
}

#FooterLanding ul {
    float: left;
}

#FooterLanding ul li {
    float: left;
    display: block;
    list-style: none;
    margin: 0 0 0 15px;
}

#FooterLanding #CopyRight {
    margin: 0;
	 float: left;
}












