* {
	outline: none;
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
body {
	background: #e6e6e6 url(../img/bg_gradient.png) no-repeat top center;
}
#balloons_wrapper {
	background: #ffb9b2 url(../img/bg_wallpaper.png) repeat top left;
	height: 398px;
	border-top: 1px solid #ffa9a1;
	border-bottom: 1px solid #ffa9a1;
}
#balloons {
	margin: 0 auto;
	width: 850px;
}
#balloon_twitter {
	position: relative;
	top: 100px;
	float: left;
	width: 150px;
	height: 405px;
	background: url(../img/balloons.png) no-repeat 0 0;
}
#balloon_twitter a {
	display: inline-block;
	text-indent: -9999px;
	width: 150px;
	height: 205px;
}
#balloon_twitter a:hover {
	background: url(../img/balloons.png) no-repeat 0 -405px;
}
#balloon_lastfm {
	position: relative;
	top: 150px;
	left: 25px;
	float: left;
	width: 150px;
	height: 405px;
	background: url(../img/balloons.png) no-repeat -150px 0;
}
#balloon_lastfm a {
	display: inline-block;
	text-indent: -9999px;
	width: 150px;
	height: 205px;
}
#balloon_lastfm a:hover {
	background: url(../img/balloons.png) no-repeat -150px -405px;
}
#balloon_flickr {
	position: relative;
	top: 100px;
	left: 50px;
	float: left;
	width: 150px;
	height: 405px;
	background: url(../img/balloons.png) no-repeat -300px 0;
}
#balloon_flickr a {
	display: inline-block;
	text-indent: -9999px;
	width: 150px;
	height: 205px;
}
#balloon_flickr a:hover {
	background: url(../img/balloons.png) no-repeat -300px -405px;
}
#balloon_linkedin {
	position: relative;
	top: 150px;
	left: 75px;
	float: left;
	width: 150px;
	height: 405px;
	background: url(../img/balloons.png) no-repeat -450px 0;
}
#balloon_linkedin a {
	display: inline-block;
	text-indent: -9999px;
	width: 150px;
	height: 205px;
}
#balloon_linkedin a:hover {
	background: url(../img/balloons.png) no-repeat -450px -405px;
}
#balloon_email {
	position: relative;
	top: 100px;
	left: 100px;
	float: left;
	width: 150px;
	height: 405px;
	background: url(../img/balloons.png) no-repeat -600px 0;
}
#balloon_email a {
	display: inline-block;
	text-indent: -9999px;
	width: 150px;
	height: 205px;
}
#balloon_email a:hover {
	background: url(../img/balloons.png) no-repeat -600px -405px;
}
#about_wrapper {
	margin: 0 auto;
	width: 850px;
	height: auto;
}
#about {
	margin: 200px 0 0 0;
}
#about p {
	padding: 0 0 71px 0;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2";
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
	line-height: 58px;
	letter-spacing: normal;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-align: left;
	background: url(../img/border.png) repeat-x bottom left;
}
#about p span {
	color: #ff2d19;
}
#footer_wrapper {
	margin: 0 auto;
	width: 850px;
	height: auto;
}
#footer {
	margin: 50px 0 200px 0;
	width: 850px;
	height: 99px;
	background: url(../img/footer.png) no-repeat center top; 
}