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