body
{
	font:1em Helvetica, Verdana, Arial, sans-serif;
	line-height:1.5em;
	background-color: #fff;
	color:#222;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}

#intro p
{
	text-align: justify;
}

#wombats {
	margin-top: 40px;
}

h1
{
	margin-top: 2px;
	margin-left: 10px;
}

header
{
	text-align: left;
	margin-bottom: 1em;
}

footer
{
	clear: both;
	padding-top: 2em;
}

a:link {color:#ff8a00;}      /* unvisited link */
a:visited {color:#ff8a00;}  /* visited link */
a:hover {color:#ff8a00;}  /* mouse over link */
a:active {color:#ff8a00;}  /* selected link */

#error_msg
{
	font-size: 1.2em;
	color: red;
	margin-bottom: 1em;
}

#conf_msg
{
	font-size: 1.2em;
	color: lightgreen;
}

#contact, #intro
{
	width: 45%;
	text-align: center;
	min-width: 300px;
	float: left;
}

#intro
{
	margin-right: 10%;
}

#contact #message 
{
	min-height: 165px;
	resize: none;
}

#contact .field {
-webkit-appearance: none;
border-radius: 0;
display: block;
width: 381px;
height: 30px;
border: 2px solid rgba(200,200,200,1.0);
background-color: rgba(254,254,254,1.0);
color: #222;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: 300;
font-size: 1em;
padding: 10px;
margin: 8px 0;

}

.big-button {
background-color: #ff8000;
-webkit-appearance: none;
cursor: pointer;
font-size: 1.0em;
display: inline-block;
width: 405px;
height: 60px;
text-decoration: none;
font-weight: 700;
line-height: 60px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: none;
}