/* css for Lance Sufford's identification quiz for me */


body {
  background: url(http://plinia.net/courses/litening.jpg);
	text-align: center;
}

#starter {color: #000;}

.button {
	background-color: #ccc;
	text-decoration: none;
	height: auto;
	font-size: 1em;
	white-space: normal;
	cursor: pointer;
	border: 2px solid #777;
	border-left: 2px solid #eee;
	border-top: 2px solid #eee;
}
.headerButton {
	width: 342px; 
}
.headerHalfButton, .footerHalfButton {
	width: 171px;
	display: inline;
}

.footerButton {
	margin: 10px auto;
}

#buttonHolder {
width: 342px;
text-align: center;
margin: auto;
}

input{
  display: block;
  padding: 10px;
	margin: auto;
  margin-bottom: 10px;
}

img{
  display: block;
  width: 342px;
  border: 1px #fff solid;
	margin: auto;
	margin-bottom: 10px;
}

#studentAnswer {
  width: 342px;
  background: #fff;
	border: 1px #000 solid;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
}

#profAnswer {
  width: 342px;
  background: #fff;
  border: 1px #000 solid;
	padding: 5px;
	margin: auto;
	text-align: left;
}