* {
	margin:0;
	padding:0;
}

html { }

body {
color: #464646;
background:url(../gather_images/background.png) top left repeat-x  #C74D15;
font-size:62.5%;
font-family: Georgia,"Times New Roman",Times,serif;
text-align:left;
width:100%;
padding-bottom:10px;
text-align:center;
}

#wrapper {
	width:600px;
	min-height:600px;
	height:600px;
	background:url(../gather_images/logo.png) top center no-repeat;
	margin:0 auto;
	text-align:center;
	padding-top:180px;
}
p {
  	text-shadow: 2px 2px #C74D15; 
	color:#FFFFFF;
	padding:0 20px;
	line-height:160%;
	font-size:1.6em;
	margin:0px 60px 15px 60px;
}
p.sub {
	font-size:12px;
}