#header_fixed {
position: fixed;
right: 0px;
bottom: 0px;
}
div#container {
background-repeat: 0;
background-color: #CACABC;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
margin-top: 0px;
margin-right: 70px;
margin-bottom: 0px;
margin-left: 70px;
}
body{
background-attachment: fixed;
}
