/**
 * v1.0.0
 */

*{
	padding: 0px;
	margin: 0px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
}
html{
	min-height: 100%;

}


.main {
	text-align: center;
	width: 80%;
	max-width: 1221px;
	margin: 0px auto;
	padding-top: 5%;
}

.content{
	width: 100%;
	position: relative;
	margin-top: 3%;
}
.content > img{
	width: 100%;
}

.banner{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
