@charset "utf-8";

.top {
	height: 33%;
	clear: both;
	width: 100%;
}

.topLeft {
	padding-top: 20%;
	float: left;
	width: 49%;
	text-align:left;

}

.topRight {
	padding-top: 20%;
	float: right;
	width: 49%;
	text-align:right;
}
.topRight img {
	padding-right: 5px;
	padding-left: 5px;
}



.middle {
	clear: both;
	height: 33%;
	width: 100%;
}

.bottom {
	clear: both;
	padding-bottom: 20%;
	height: 33%;
	width: 100%;
	text-align:right;
	padding-top:5px;
}

