html, body{
	margin: 0;
	padding: 0;
}
#container{
	background-image: url("logo.png");
	background-size: cover;
	width: 889px;
	height: 500px;	
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: solid brown 3px;
	border-radius: 5px;
}
#comments{
	border-color: brown;
	width: 300px;
	height: 200px;
	border-width: 2px;
}
h1{
	color: green;
	text-align: center;
}
h3{
	color: green;
}
#divLeft{
	margin-top: 18px;
	text-align: center;
	width: 444px;
	height: 300px;
	float: left;
}
#divRight{
	margin-top: 18px;
	text-align: center;
	width: 444px;
	height: 300px;
	float: left;
}
p{
	font-size: 0.8em;
	margin-left: 78px;
}
label, input[type=text], input[type=submit]{
	margin: 15px;
}
#submit{
	color: white;
	background-color: green;
	margin-left: 90px;
	width: 171px;
}
label{
	color: darkgreen;
}
input[type=text]{
	border-color: gray;
}