#container {
width: 80%;
margin-right: auto;
margin-left: auto;
color: white;
}


html { 
  background: url(snow-08.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




#titlebar {
	padding: 10px;	
	margin-top: 40px;
	height:20px;
	width:100%;
	text-align: left;
	font-size: 50px;

}



 

.menubar {
	margin-top: 10px;
	height:20px;
	width:100%;
	/*background-color: purple;*/
	padding: 5px;
	padding-left: 200px;
}


/*#home {
font-size: 20px;
color:white;
float: left;
}
*/




.menutab {
font-size: 20px;
color:white;
float: left;
margin-right: 32px;
margin-left: 32px;
/*background-color: grey;*/
/*opacity: .5;*/
}


a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: white;
}

#textarea {
	margin-top: 40px;
	height: 300px;
	width: 100%;
	border: 2px solid blue;
	text-align: center;
	border-radius: 20px;
	color:white;
	font-size: 15pt;
	padding: 10px;

}

#person1 {
	float: left;
	margin-left: 5px;
}

#person2 {
	float: right;
	margin-right: 5px;

}

