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

/* Tag CSS */
body {
	background-color: #4790A9;
	min-width: 1920;
	margin: 0px;
}

h1 {
	text-align: center;
	font-family: "Showcard Gothic";
	font-size: 130px;
	color: white;
	margin: 0px;
}

h2 {
	text-align: center;
	font-family: "Showcard Gothic";
	font-size: 45px;
	color: white;
	margin: 0px;
}

p {
	font-family: abel;
	font-size: 30px;
	margin: 0px;
}

img {
	float: left;
	margin-right: 23px;
}

/* Div CSS */
#head {
	background-color: #A7CF3C;
	min-width: 1770px;
	min-height: 100px;
	margin: 42px 72px;
}

#body {
	padding: 0px;
	margin: 0px;
}

#divider {
	width: 100%;
	height: 84px;
	margin: 0 0 20 0;
	padding: 0;
	background-color: #A7CF3C;
	position: absolute;
}

#one #two #three {
	margin: 50px 0;
}

#txt1 #txt3 #img2 {
	float: left;
}

#txt2 #img1 #img3 {
	float: right;
}

/* ID CSS*/
.images {
	margin: 50px 0px 50px 71px;
	overflow: auto;
}
