* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Prociono";
	src: url("Prociono-Regular.otf")
}

body {
	background: url("bg.gif") repeat;
	color: #4f4f4f;
	font-family: "Droid Serif", "Georgia", serif;
	text-align: center;
}

#wrap {
	background-color: white;
	-moz-box-shadow: 0 0 60px #e4e4e4;
	-webkit-box-shadow: 0 0 60px #e4e4e4;
	box-shadow: 0 0 60px #e4e4e4;
	margin: 50px auto;
	padding: 75px 95px;
	width: 760px;
}

h1 {
	font-family: "Prociono", "Georgia", serif;
	font-size: 105px;
	line-height: 100%;
	margin-bottom: 50px;
}

p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}

p:last-child {
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nettuts {
	color: #337d70;
}

a.themeforest {
	color: #8b5d2c;
}

a.codecanyon {
	color: #f69a20;
}

a.twitter {
	color: #33ccff;
}

a.email {
	color: #558a52;
}