@import url(core-style.css);

body, html {
background-image: url(../images/backgrounds/team-bottom-bg.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
#page-container {
background-image: url(../images/backgrounds/team-top-bg.jpg);
background-repeat: no-repeat;
}
#column1 ul {
margin: 0 0 20px 0;
padding: 0;
}
#column1 li{
margin: 0;
padding: 0 11px 0 0;
display: inline;
font-size: 12px;
font-weight: bold;
color: #7d858E;
}
#footer {
margin: 0 0 0 0;
position: absolute;
bottom: 0;
}