body {
	/*background: url("../images/bg.jpg");
	background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;*/
	background: url("../images/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.body .container {
	background-color: rgba(255,255,255,0.9);
}

.footer, .footer a, .footer a:active, .footer a:hover, .footer a:visited {	
	color: #fff;
}
.footernav ul.menu li {
    float: right;
    margin-left:20px;
}
.footernav ul.menu li ul li {
    float: none;
}
ul.nav-child {
float:none;
margin:0 auto;
margin-right:10px;
}

input, textarea, .uneditable-input {
	width:96%;
}