@charset "UTF-8";

/*

Title:      PixelHost™ CSS Master styles v1.0
Author:     Shane Phillips, shane@shanedesigns.co.uk
Copyright:  2010 © shanedesigns.  All rights resevered.

*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 62.5%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #000;
}

#wrap {
	position:absolute; 
	top:50%; 
	left: 50%;
	margin-top: -200px;
	margin-left: -320px;
	width:640px;
	height: 400px;
}

#left_col {
	float: left;
	margin:0;
	padding:0;
	width: 168px;
}

#right_col {
	float: left;
	margin:0;
	margin-left: 50px;
	padding:0;
	padding-bottom: 40px;
	width: 390px;
}

h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

p {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.intro {
	font-size: 2.4em;
	font-style: bold;
	line-height: 1.2em;
}

.magenta {
	color:#F9007F;
}

#right_col a {
	float: left;
	display: block;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;
	height: 32px;
	width: 32px;
	text-indent: -1979px;
	overflow: hidden;
	background:url(../img/icon_email.jpg) 0 0 no-repeat;
}

#right_col a:hover,
#right_col a:focus {
	background-position: 0 -32px;
}

#right_col a.linkedin {	
	background-image:url(../img/icon_linkedin.jpg);
}

#right_col a.twitter {	
	background-image:url(../img/icon_twitter.jpg);
}

#right_col a.facebook {	
	background-image:url(../img/icon_facebook.jpg);
}

#right_col a.skype	{	
	background-image:url(../img/icon_skype.jpg);
}

#right_col a.lastfm {	
	background-image:url(../img/icon_lastfm.jpg);
}
