body{
	margin: 0;
	font-family: Georgia;
	background-color: #FFFAFA
}

.logo {
	background-color: #FF7F50;
	width: 25%;
	height: 100px;
	float: left;
}

.baner {
	background-color: #FF7F50;
	text-align: center;
	width: 75%;
	height: 100px;
	font-size: 1.3;
	float: left
}

.main {
	background-color: #FF7F50;
	padding: 70px;
	clear: both;
}

.left {
	width: 40%;
	height: 400px;
	float: left;
}

.right {
	width: 60%;
	height: 400px;
	text-align: right;
	float: left;
}

.form {
	margin: 80px;
}

table {
	color: white;
	text-align: center;
	width: 80%;
	border: 1px dotted white;
}

tr:hover{
	background-color: #D3D3D3;
	color: black;
}

footer {
	clear: both;
	background-color: #FF7F50;
	padding: 20px;
}