@font-face {
    font-family: 'brillantregular';
    src: url('../fonts/brillant_0-webfont.eot');
    src: url('../fonts/brillant_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brillant_0-webfont.woff2') format('woff2'),
         url('../fonts/brillant_0-webfont.woff') format('woff'),
         url('../fonts/brillant_0-webfont.ttf') format('truetype'),
         url('../fonts/brillant_0-webfont.svg#brillantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: url(../images/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	padding: 0 0 50px 0;
	font-family: 'brillantregular';
}


.logo_sec{
	padding: 20px 0 0 0;
	margin: 0 0 50px 0;
	background: #ffffff;
}
.logo_sec img{
	margin: 0 auto;
}

.body_sec{
	padding: 10px 0;
	background: #ffffff;
	text-align: center;
}

.body_sec .upper_container{
	max-width: 600px;
}

.body_sec h2{
	margin: 0 0 10px 0;
	color: #9c2538;
}

.body_sec p{
	margin: 0 0 10px 0;
	font-size: 20px;
}

.body_sec p a{
	color: #000000;
}

.body_sec small{
	font-size: 18px;
}