body {
	background-image: url("images/welcome/about.jpg");
	background-size: 1366px 700px;
	background-repeat: no-repeat;
	color: white;
}

div {
	background-color: rgba(152, 152, 152, 0.5);
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
}

h1 {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}