/* 
   Beautifully handcrafted on a sunny day by
   Dieter Schnee [hello (at) dieterschnee.com]
*/


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	z-index: 1;
	background-color: #FFFFFF;
    width: 820px;
	height: 555px;
	margin-top: 40px;
	padding: 0px;
}
#footer {
	z-index: 200;
    width: 710px;
    height: 16px;
    bottom:0px;
	padding: 0px;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

