html,body {
	background-color:#fff;
	color:#000;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.background {
	background-image: url("../images/welcome.jpg");
	background-color: #eeeeee;
	width:800px;
	height:580px;
	background-repeat: no-repeat;
	background-position: center 10px;
}

.header {
	font-weight: 900;
	font-size:24px;
}

.box_container {
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
	width:420px;
	padding:5px 5px 5px 5px;
	display:table;
	color:#fff;
	margin-left:330px;
	margin-top:200px;
	height:300px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
}