 /* General Styles 
---------------------------------------------------------------------*/		

html, body { 
	height: auto;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #474747;
	text-align: center;
	background: #fff url(/images/common/bg-wrapper.jpg) center -80px;
	}

.container { 
	width: 350px;
	margin: 20px auto 0;
	text-align: left;
	}

h1 { 
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0px 0px 5px #000000;
	}