@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font
}
#maincont{
	width:100%;
	height:100vh;
	background-image: url("tmpbg.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top:50px;
}
#logo{
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 50px;
	width: 350px;
	max-width: 350px;
	height:350px;
	max-height: 350px;
	background-image: url("Logo-TOP_b350.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
img{
	display: block;
	width:100%;
	height:auto;
}
#address{
	background-color:rgba(42,128,192,0.8);
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}