.container {
	margin:0 auto;
}

.intro{
	background:url("../images/bg-vddstudio.png") no-repeat scroll 0 0;
	width:1022px;
	height:547px;
	margin:0 auto;
}

/******Social Network******/
.social{
	margin:0 auto;
	padding:0px;
	position:relative ;
	float:left ;
	left:310px;	
	top:350px;
}

/*Facebook*/
.facebook-popup {
	padding:0;
	position:relative;
	width:124px;
	float:left ;
}

div.facebook-popup em {
	background:url("../images/bubble-facebook.png") no-repeat scroll 0 0 transparent;
	display:none;
	height:66px;
	left:0;
	position:absolute;
	text-align:center;
	text-indent:-9999px;
	top:-90px;
	width:124px;
	z-index:2;
}
#facebook-icon {
	background:url("../images/facebook_32.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:42px;
	margin:0 auto;
	text-indent:-9999px;
	width:42px;
}

/*DeviantArt*/
.deviant-popup {
	padding:0;
	position:relative;
	width:124px;
	float:left ;
}

div.deviant-popup em {
	background:url("../images/bubble-deviantart.png") no-repeat scroll 0 0 transparent;
	display:none;
	height:66px;
	left:0;
	position:absolute;
	text-align:center;
	text-indent:-9999px;
	top:-90px;
	width:124px;
	z-index:2;
}
#deviant-icon {
	background:url("../images/deviantart_32.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:42px;
	margin:0 auto;
	text-indent:-9999px;
	width:42px;
}

/*Email*/
.mail-popup {
	padding:0;
	position:relative;
	width:124px;
	float:left ;
}

div.mail-popup em {
	background:url("../images/bubble-mail.png") no-repeat scroll 0 0 transparent;
	display:none;
	height:66px;
	left:0;
	position:absolute;
	text-align:center;
	text-indent:-9999px;
	top:-90px;
	width:124px;
	z-index:2;
}
#mail-icon {
	background:url("../images/email_32.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:42px;
	margin:0 auto;
	text-indent:-9999px;
	width:42px;
}
