body {
  width: 100%;
  background: #a5010c url('../images/bg.gif') repeat center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
/* Default link styling */
a:link { color:#0271fb; }
a:visited { color:#bd02fb; }
a:hover, a:focus { color:#000; }
a:active { color:#fb0e02; }
h1 { color: white; }

/* CONTENT */
#content {
	width: 700px;
	border: 2px solid black;
	margin: 10px auto;
	padding: 10px;
	background-color: white;
}
#content em {
	font-weight: bold;
	font-style: italic;
}
#content .green { color: green; }
#content .red { color: red; }
#content h1, #content h2, #content h3 {
  text-align: center;
  margin: 0.25em 0;
}
#content label {
  margin: 5px;
  padding: 5px;
  font-weight: bold;
}
#content input, #content select, #content textarea {
  width: 400px;
  margin: 5px;
  padding: 5px;
}
#content input[type="submit"] {
  width: auto;
  margin: 5px;
  padding: 5px;
}
#content input[type="checkbox"], #content input[type="radio"] {
  width: auto;
}
#content .sticky {
  width: auto;
  margin: 5px;
  padding: 5px;
  background-color: #F2F5A9;
  border: 2px dotted #cfc22c;
  word-wrap: breakword;
  overflow: auto;
}
#content .sticky h3.failed {
  color: red;
}
#content .sticky h3.success {
  color: green;
}
footer { color: white; }
footer a:link { color:#fff; }
footer a:visited { color:#fff; }
footer a:hover, a:focus { color:#000; }
footer a:active { color:#fff; }
span.error {color: red; font-size: 24px; }