a {
color: #FFFFFF;
}

a:hover {
text-decoration: none;
}

body {
font-size: 12px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color:#e5e5e5;
}

#main_container {
margin: auto;
overflow: auto;
background-image:url(images/splash_bg_repeat.jpg);
background-repeat:repeat-y;
width: 990px;
}

#header {
background-image:url(images/splash_head.jpg);
background-repeat:no-repeat;
width: 990px;
margin: auto;
height: 162px;
position: relative;
}

#growth_spacer {
position: absolute;
top: 50px;
left: 224px;
}

#broker_spacer {
position: absolute;
top: 50px;
left: 582px;
}

#content_area {
margin: auto;
position: relative;
background-image: url(images/splash_bg.jpg);
background-repeat:no-repeat;
min-height: 625px;
overflow:auto;
}

#growth_text {
width: 431px;
position:absolute;
left: 32px;
top: -21px;
*top: -8px;
}

#broker_text {
width: 441px;
position:absolute;
left: 516px;
top: -21px;
*top: -8px;
}

#footer {
margin: auto;
position: relative;
background-image:url(images/splash_footer.jpg);
background-repeat:no-repeat;
height: 21px;
width: 990px;
}

h1 a {
color: #FFFFFF;
text-decoration: none;
font-size:20px;
}

h1 a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.subheading {
text-transform: uppercase;
font-weight: bold;
font-size:14px;
}