html {
  min-width: 800px;
}

body {
	background: url(background.jpg) 50% 0 no-repeat;
	background-color:#000;
	font: 100% georgia, times, serif;
	font-style: italic;
	color: #c1c1c1;
	}
	
#wrapper {
	width: 800px;
	margin: 0  auto;
	margin-top: 267px;
	text-align: center;

}

p {
	font-size: 2.0em;
	line-height: 1.6em;
	}


a {
	color: #666;
	font-size: 1.0em;
	}