body { 
  	background: url(../img/bg.jpeg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body.menu { 
  	background: url(../img/bg-menu.jpeg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.container {
	background: #000;
	background: rgba(255,255,255,.95);
}

.pricedown {
	color: green;
}

.priceup {
	color: red;
}

.clear {
	height: 0;
	clear: both;
}

.alert {
	border-radius: 0;
}