body { background: url(../images/body-bg.png); }

header {
	position:absolute;
	top: 50%;
	left: 50%;
	height: 236px;
	width: 420px;
	margin: -150px 0 0 -210px;
	background: url(../images/divider.png) no-repeat 130px 0;
	padding: 40px 0 0 0;
}
	figure {
		background: url(../images/logo.png) no-repeat;
		width: 102px;
		height: 99px;
		display: block;
		float: left;
		margin: 0px 75px 0 0;
	}
	
	nav {
		float: left;
		width: 240px;
	}
		nav h1 { 
			background: url(../images/logo-text.png) no-repeat;
			width: 239px;
			height: 39px;
			text-indent: -10000px;
			margin: 5px 0 20px 0;
		}
		
		nav p {
			background: url(../images/stay_tunned.png) no-repeat;
			width: 99px;
			height: 25px;
			text-indent: -10000px;
			display: inline-block;
			vertical-align: middle;
			margin: 3px;
		}
		
		nav ul { display: inline-block; vertical-align: middle; }
		nav ul li { display: inline-block; }
			
			nav ul li a {
				width: 32px;
				height: 32px;
				display: block;
				text-indent: -10000px;
				margin: 0 0 0 9px;
			}
				nav ul li a.facebook { background: url(../images/buttons.png) no-repeat 0 0; }
				nav ul li a.linkedin { background: url(../images/buttons.png) no-repeat -32px 0; }
				nav ul li a.twitter { background: url(../images/buttons.png) no-repeat -64px 0; }
				
				nav ul li a.facebook:hover { background: url(../images/buttons.png) no-repeat 0 -32px; }
				nav ul li a.linkedin:hover { background: url(../images/buttons.png) no-repeat -32px -32px; }
				nav ul li a.twitter:hover { background: url(../images/buttons.png) no-repeat -64px -32px; }