body {
	background-color:lightcoral;
	margin:0;
}

.header {
	text-align:center;
}

.section-one {
	width: 1200px;
	height:750px;
	margin:auto;
}

.left {
	background-color:rgba(240, 248, 255, 0.50);
	width:535px;
	height:700px;
	float:left;
	padding: 20px;
	border:groove 4px black;
}

.right {
	background-color:aliceblue;
	width:535px;
	height:700px;
	float:right;
	padding:20px;
	border:groove 4px black;
}

.footer {
	font-family:'Times New Roman';
	align-content:center;
	font-style: italic;
	width:100%;
	height:100px;
	background-color:black;
    text-align:center;
    float:left;
    box-sizing: border-box;
	color:white;
	border-top: groove gray;
	font-size:18px;
}

.footer a {
	font-size:15px;
	color:darkred;
}

.footer table {
	width:100%;
}

.footer th {
	width:33%;
}