body {
   background:url("../../../images/background.jpg") no-repeat fixed center top transparent;
}
.body .container {
	background-color: rgba(255, 255, 255, 0.65);
}
.pod_foot {
   background-color: rgba(255, 255, 255, 0.65);
   padding: 10px 15px 1px 15px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}