html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; 
	padding: 0; 
	border: 0;
	}
	
body {
	color: #fff;
	background-image: url('img/bg.png');
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 100;
	}
	
a {
	color: #fff;
	}
	
a:hover {
	color: rgba(250, 250, 250, 0.8);
	}
	
h1 {
	}
	
h2 {
	font-size: 22px;
	font-weight: 100;
	}
	
h3 {
	font-size: 18px;
	font-weight: 100;
	}
	
p {
	margin-top: 20px;
	}
	
#logo {
	text-indent: -999999px;
	background-image: url('img/logo.png');
	width: 337px;
	height: 135px;
	margin: 0 auto;
	margin-top: 50px;
	}
	
#wrapper {
	width: 405px;
	margin: 0 auto;
	}
	
#picture {
	background-image: url('img/picture.png');
	width: 176px;
	height: 256px;
	margin-top: 67px;
	float: left;
	}
	
#text {
	margin-top: 70px;
	float: right;
	}
	
#footer {
	background-color: rgba(000, 000, 000, 0.2);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	}
	
#social {
	width: 112px;
	margin: 0 auto;
	margin-top: 14px;
	}
	
.twitter {
	text-indent: -99999px;
	background-image: url('img/twitter.png');
	width: 24px;
	height: 24px;
	margin-right: 20px;
	float: left;
	}
	
.twitter:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
.facebook {
	text-indent: -99999px;
	background-image: url('img/facebook.png');
	width: 24px;
	height: 24px;
	margin-right: 20px;
	float: left;
	}
	
.facebook:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
.linkedin {
	text-indent: -99999px;
	background-image: url('img/linkedin.png');
	width: 24px;
	height: 24px;
	float: left;
	}
	
.linkedin:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
