body{
	background-image: url('img/bg1.png');
	color: #FFF5E3;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Arial, sans-serif;
	font-smooth: always;
	height: 100%;
}
h1 {
	font-size: 84px;
	color: #FFF5E3;
	font-weight: 900;
	margin-top: 0px;
	text-shadow: 2px 2px 15px #333;
}
a {
	text-decoration: none;
	color: #FFF5E3;
}
a:hover {
	color: #DFD3B3;
}
img {
	border: none;
}
img.social {
	position: relative;
	top: 10px;
	margin:0 10px 0 0;
}
img.twit {
	position: relative;
	top: 15px;
	margin:0 10px 0 0;
}
p {
	text-shadow: 0px 0px 6px #333;
}
#rap {
	background: url('img/grad1.png') no-repeat top left;
	width: 980px;
	margin: -10px auto;
	padding: 0;
}
#myname {
	font-size: 43px;
	margin-bottom: 5px;
	text-shadow: 2px 2px 12px #333;
}
#big {
	font-size: 54px;
}
#content {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	padding-top: 1px;
}
#pitch {
	position: relative;
	top: -65px;
	left: -32px;
}
#box {
	background: url('img/grad2.png') no-repeat top left;
	width: 807px;
	height: 219px;
	text-align: left;
	margin: 0 auto;
	padding: 0 20px 5px 20px;
	font-size: 21px;
	font-weight: 500;
	border: 3px dashed #FFF5E3;
	position: relative;
	top: -65px;
	left: -105px;
}
#contact {
	position: relative;
	top: -10px;
}
.bold {
	font-weight: 900;
}
.space {
	margin-right: 50px;
}