/* font */
@font-face {
	font-family: 'BebasNeue';
	src: url(..fonts/BebasNeue-Regular.ttf) format('ttf');
}

/* style utama */
body {
	font: 13px/25px 'BebasNeue', 'Arial Narow', 'Arial', sans-serif;
	background-image: url(Background.jpg);
}
.container {
	width: 1050px;
	background-color: white;
	margin: auto;
	padding: 30px;
	box-shadow: 0 3px 3px rgb(5, 86, 180);
	border-radius: 5px;
	border-color: rgb(0, 85, 251);

}

.erasoft li {
	width: 128px;
	height: 128px;
	/*overflow: hidden;*/
	float: left;
	margin-right: 18px;
	margin-bottom: 35px;
	text-align: center;
	color: #333;
}
h2 {
	font-size: 20px;
	text-align: center;
	color: #3339;
	margin: 25px 0;
}
.clear {
	clear: both;
}
