@charset "utf-8";
/* CSS Document */
html {
	background-position: no-repeat center center;
	background-image: url(../images/demo/hg_1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}
.content {
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: rgba(247,247,247,0.70);
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.wv {
	width:300px;
	margin-top: 30px;
	margin-left: 20px;
	background-color: rgba(247,247,247,0.60);
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
