body {
	margin: 0px;
	padding: 0px;
	background: url(http://www.practicaltoolkits.org.uk/images/back.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}
a {
	color: #E94EB3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	font-family: "Roboto Slab";
	text-align: center;
	padding-top: 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.practicaltoolkits.org.uk/images/fade.png);
	background-repeat: repeat;
	height: 100%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
p {
	color: #333;
	line-height: 2.1em;
	font-weight: 400;
	text-shadow: 1px 1px 0px #FFFFFF;
}
#wrapper h1 {
	font-size: 3em;
	font-weight: 700;
	color: #24ADE8;
	text-shadow: 2px 2px 3px #FFF;
}#wrapper h4 {
	font-size: 1em;
	font-weight: bold;
	color: #E94EB3;
}
