html { 
	background: url(../back2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	background: none;
	padding-top: 100px;
}

.infobox {
	background: #2DA5DA;
	font-family: "Open Sans", Arial, Sans-serif;
	color: white;
	font-weight: 400;
	padding: 10px 30px 4px 30px;
	font-size: 32px;
	line-height: 60px;
}

.rowbox {
	background: #EDEEF0;
	font-family: "Open Sans", Arial, Sans-serif;
	color: #919392;
	padding: 10px 30px;
	border-bottom: 1px #DCDCDC solid;
	font-size: 16px;
	line-height: 30px;
}

#page-wrap {
	-webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 9px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 9px rgba(0, 0, 0, 0.25);
}