@charset "utf-8";
html { 
	background: #8e8e8e url(../../images/bg_1/body2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content {
	background: rgba(255, 255, 255, 0.7);
}
.option-combo ul li a {
	color: #fff;
}
#footer_contact {
	color: #fff;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}