html, body { margin: 0; padding: 0; }
body { background: #0194D5 url(/images/splash_bg.jpg) repeat-x top left; }
img#logo { display: block; margin: 0 auto; }
div#button_container { background-color: #FFF; width: 261px; height: 143px; margin: 0 auto; position: relative; right: 3px; }
a#patient_button { display: block; width: 129px; height: 143px; background: url(/images/splash_patients.jpg) no-repeat top left; float: left; }
a#patient_button:hover { background-position: bottom; }
a#industry_button { display: block; width: 129px; height: 143px; background: url(/images/splash_industry.jpg) no-repeat top left; float: right; }
a#industry_button:hover { background-position: bottom; }
img#bottomline { display: block; margin: 0 auto; position: relative; right: 3px; }
#linkbox { color: white; font-family: sans-serif; font-size: small; width: 100%; margin-top: 5em; text-align: center; }
a.link { text-decoration:none; color: #cce1f2; }
a:hover.link { color:#85b9dd; }
#linkbox ul { margin: 0; padding: 0; }
#linkbox li {list-style-type:none;display:inline;}