@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-image: url("bg_worker.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.info-container {
	height: 400px;
	width: 550px;
	position: absolute;
	top: 50px;
	right: 0px;
	border-left: 10px solid #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 25px;
	
}

