/* CSS Document */

body {
	font-family: 'Manjari', sans-serif;
	font-size: 16px;
	color: #333;
	background-image: url(../images/background_bn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

div#container {
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
	padding: 1%;
	background-color: #ffffff;
	opacity: 0.8;
	text-align: center;
}