body {
    background-image: url(2_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

.container {
	width: 1024px;
	padding: 2em;
}

.bold-blue {
	font-weight: bold;
	color: #0277BD;
}