body {
	color: #0CF;
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}
#box {
	height: 700px;
	width: 1000px;
	border: thin solid #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
#box_address {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: x-large;
	font-weight: bold;
	margin-top: 500px;
	text-align: center;
}
#box_construct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	width: 1000px;
	float: left;
	background-image: url(images/people.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 600px;
}
#box_phone {
	height: 50px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #1F8EB7;
	font-weight: bolder;
	text-align: center;
}
