@import url(core-style.css);

body, html {
background-image: url(../images/backgrounds/contact-te-bottom-bg.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
#page-container {
background-image: url(../images/backgrounds/contact-te-top-bg.jpg);
background-repeat: no-repeat;
}
#column2 {
margin: 3px 0 0 0;
}
form h2 {
margin: 2px 0 1px 0;
padding: 0;
color: #7D858E;
font-size: 12px;
}
form em {
font-size: 10px;
color: #6F1315;
}
#footer {
margin: 0 0 0 0;
position: absolute;
bottom: 0;
}