@charset "UTF-8";
/* CSS Document */

body {
  background-color: #3A2C18;
  color: #3A2C18;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #f15a22;
}


#lettucewrap {
  width: 371px;
  margin: auto;
  padding-top: 80px;
  text-align: left;
}

#logintop {
	width: 371px;
	height: 72px;
	background-image: url('nametagtop.png');
	text-indent: -9999px;
}

#loginfooter {
	width: 371px;
	height: 35px;
	background-image: url('nametagbottom.png');
	text-indent: -9999px;
}

#loginbody {
	width: 351px;
	text-align: center;
	background: #Fff1d0;
	padding: 10px;
}

#loginbody p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0 0;
}

