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

body {
	background-color: #cecbc5;
}
.landing {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	margin-top: -80px;
}
#call_box {
	height: 85px;
	width: 230px;
	position: relative;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	top: 600px;
	left: 300px;
}
#cc_box {
	height: 60px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: -10px;
	top: 770px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #2D3E72;
	z-index: 6;
}
