* {
	border:		0;
	margin:		0;
	padding:	0;
}

body  {
	background:		#333333 url(../images/index-bg.png) repeat-x 0px 60px;
	text-align:		center;
}

#main {
	display:		block;
	width:			100%;
	text-align:		center;
}

#header,
#content,
#footer {
	display:		block;
	width:			950px;
	margin:			0 auto;
	text-align:		left;
}
#header {
	height:			60px;
}
#header h1 {
	display:		block;
	float:			left;
	width:			400px;
	color:			#fff;
	font-family: 	'Droid Sans', Arial, serif;
	font-size:		32px;
	margin-top:		12px;
	font-weight:	normal;
}
#header h2 {
	display:		block;
	float:			right;
	width:			500px;
	color:			#858585;
	font-family: 	'Josefin Sans Std Light', arial, serif;
	font-size:		22px;
	margin-top:		20px;
	font-weight:	normal;
	text-align:		right;
}

#content {
	display:		block;
	width:			950px;
	height:			310px;
	text-align:		center;
	line-height:	2.8em;
	padding-top:	35px;
}
#content span {
	font-family: 	Arial, serif;
	font-weight:	normal;
	font-size:		14px;
	color:			#6c6c6c;	
}
#content span.white {
	font-family: 	Arial, serif;
	font-size:		20px;
	color:			#a9a9a9;
}

#footer p {
	text-align:		center;
	font-family: 	'Droid Sans', arial, serif;
	font-weight:	normal;
	font-size:		24px;
	color:			#fff;
	margin-bottom:	30px;
}
#footer a {
	display:		block;
	float:			left;
	width:			69px;
	height:			69px;
	margin-left:	40px;
}
#footer a span {
	display:		none;
}
#footer a.sk {
	margin-left:	200px;
	background:		url(../images/link_skype.png) no-repeat top left;
}
#footer a.ml {
	background:		url(../images/link_email.png) no-repeat top left;
}
#footer a.tw {
	background:		url(../images/link_twitter.png) no-repeat top left;
}
#footer a.fb {
	background:		url(../images/link_facebook.png) no-repeat top left;
}
#footer a.lk {
	background:		url(../images/link_linkedin.png) no-repeat top left;
}
#footer a.ct {
	background:		url(../images/link_contacttag.png) no-repeat top left;
}
