@charset "utf-8";

body {
	font: 100%;
	background: #fff url(bg.png) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}
#container {
	margin: 0 auto; 
	width: 425px; 
	text-align: left; 
	height: 100%;
}
#main {
	padding: 0; 
}
h1 {
	text-align: center;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,sans-serif;
	color: #6d6103;
	font-weight:normal;
}
