@charset "utf-8";
/* CSS Document */

.body_bg{
	background-image:url(../images/bg.jpg);
	background-size:100% 100%;
}
.logo_img{
	display: block;
    max-width: 49%;
	height: auto;
	margin: auto;
}
.myfontbold{
	margin-top: 20px !important;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    border-bottom: solid 1px #fbfbfb;
    padding-bottom: 14px;
    padding-top: 14px;
    color: #676767;
    border-top: solid 1px #d6d6d6;
}