/* CSS Document */

* {margin:0; padding:0;}

body { font-family:Arial, Helvetica, sans-serif;}

#profile-header, #profile-container {position:absolute;}

#profile-header { background:#000; width:100%; height:30px; margin:0; paddi}

#profile-container {
	position:absolute; 
	top:100px; 
	left:70px; width:500px;
	height:400px;
	z-index:100; background:url(images/transparent-bg.png);
	color:#FFF; 
	padding:20px;
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari, Chrome */
  	border-radius: 4px; /* CSS3 */
}

#profile-container h1 {margin-bottom:15px;}
#profile-container h2 {margin-bottom:20px;}

#service-icons {margin:20px 0 0 0; padding:0;}

#service-icons li { display:inline; margin-left:5px;}
.website { background:url(images/icon_website.png) no-repeat;}
.linkedin { background:url(images/icon_linkedin.png) no-repeat;} 
.vimeo {background:url(images/icon_vimeo.png) no-repeat;}
.facebook {background:url(images/icon_facebook.png);}
.twitter {background:url(images/icon_twitter.png);}

#service-icons li a {display:inline-block; height:32px; width:32px;}


