body {
	background: white url('img/bg.png');
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

div.content {
	width: 800px;
	padding: 10px;
}

p {
	font-family: "Futura";
	text-shadow: #c0c0c0 1px 1px 10px;
}

p.page_header {
	text-align: center;
	font-size: 30px;
}

p.intro {
	font-size: 28px;
}

p.storyline { 
	width: 400px;
	font-size: 24px;
}

p.footer {
	font-size: 36px;
	text-align: center;
}

p.call_for_contact {
	font-size: 30px;
	font-weight: bold;
}

img.normal {
	width: 400px;
}
img.doublewide {
	width: 800px;
}
