body {
	background: #f5f6f7;
}
.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0px auto;
}

#header_wrapper {
	text-align: center;
	background: rgb(49,53,109);
	background: linear-gradient(0deg, rgba(49,53,109,1) 0%, rgba(81,108,180,0.896796218487395) 50%, rgba(109,207,245,1) 100%);
	border-bottom: 1px solid #aaa;
	margin-bottom: 50px;
	padding: 10px;
}
	.my_box {
		width: 960px;
		margin: 0px auto;
	}

#footer_wrapper {
	text-align: center;
	background: #32366e;
	border-top: 1px solid #aaa;
	margin-top: 50px;
	padding: 30px;
	color: #ffffff;
}
	.box_contact_us {
		width: 400px;
		font-size: 16px;
	}
	.box_contact_us h2 {
		color: #ffffff;
		text-align: left;
		font-size: 24px;
		margin: 0px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.box_contact_us a {
		color: #ffffff;
		text-decoration: none;
	}
		.footer_left {
			width: 100px;
			float: left;
			text-align: left;
			margin-bottom: 10px;
		}
		.footer_right {
			width: 300px;
			float: right;
			text-align: left;
		}
	.box_copyright {
		margin-top: 30px;
		margin-bottom: -20px;
		font-size: 12px;
		color: #f5f6f7;
	}

.box_comeon {
	margin: 0px auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}
.box_tagline {
	margin: 0px auto;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}
	.box_tagline h1 {
		text-align: center;
		line-height: 40px;
		font-size: 26px;
		font-family: DroidSansRegular,'century gothic',Arial,'Trebuchet MS';
		background: #ffffff;
		padding: 20px;
		border-radius: 20px;
		box-shadow: 2px 4px;
		color: #1F2667;
	}

.box_marketplace, .box_sosmed {
	margin: 0px auto;
	width: 100%;
	margin-bottom: 30px;
}
	.box_marketplace .mp_tp, .box_marketplace .mp_bl, .box_marketplace .mp_sp {
		float: left;
		width: 296px;
		height: 102px;
		text-align: center;
		border: 2px solid #f5f6f7;
	}
	.box_marketplace .mp_bl {
		margin-left: 30px;
		margin-right: 30px;
	}
		.box_marketplace .mp_tp:hover {
			background: white;
			border: 2px solid #42b549;
		}
		.box_marketplace .mp_bl:hover {
			background: white;
			border: 2px solid #c20d41;
		}
		.box_marketplace .mp_sp:hover {
			background: white;
			border: 2px solid #f1582c;
		}

	.box_sosmed .sm_fb, .box_sosmed .sm_ig {
		float: left;
		width: 296px;
		height: 102px;
		text-align: center;
		border: 2px solid #f5f6f7;
	}
		.box_sosmed .sm_fb {
			margin-left: 165px;
			margin-right: 30px;
		}
		.box_sosmed .sm_fb:hover {
			background: white;
			border: 2px solid #3b5997;
		}
		.box_sosmed .sm_ig:hover {
			background: white;
			border: 2px solid #125688;
		}
