@charset "utf-8";
/* CSS Document */

body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 0;
	border: 0;
}
.header{
	width: 100%;
	height: 150px;
	background: #A3B33B;
}
.logos{
	width: 20%;
	float: left;
	margin-left: 40%;
	height: 100%;
	text-align: center;
}
.logos img{
	height: 100%;
}
.content{
	width: 100%;
}
.title{
	width: 80%;
	float: left;
	margin-left: 10%;
	text-align: center;
	font-size: 40px;
}
.btn1{
	width: 80%;
	float: left;
	margin-left: 10%;
}
.btn1 img{
	width: 30%;
	float: left;
}
.ml5{
	margin-left: 5%;
}
.clear30{
	clear: both;
	height: 30px;
}
.lineb{
	width: 100%;
	height: 10px;
	background: #313131;
}
.footer{
	
}