body {
	background: #1a1a1a url(images_man/top-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#container {
	text-indent: -9999px;
	overflow: hidden;
	background: url(images_man/container-bg.png) no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	top:  50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -160px;	
}

#main {
	width: 600px;
	height: 260px;
	background: url(images_man/main-bg.png) no-repeat 0 0;
}

#social {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	margin-left: 247px;
} 

#social li {
	width: 28px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}

#social li a {
	display: block;
	width: 28px;
	height: 22px;
	background-position: 0 0;
}

#facebook {
	background: url(images_man/social-icon-facebook.png) no-repeat;
}

#twitter {
	background: url(images_man/social-icon-twitter.png) no-repeat;
}

#mail {
	background: url(images_man/social-icon-mail.png) no-repeat;
}
