body{
	background: url(background.png) repeat-x;
	color: #b6b6b6;
	font-family: "Helvetica neue", Helvetica, Verdana,Sans-serif;
	}
section{
        display:block;
	margin-bottom: 60px;
	padding: 150px 0px 0px 80px;
	width: 600px;
}
header{
        display:block;
	font-size: 36px;
	line-height: 1.2em;
	text-shadow: #000 0px -1px 1px;
}
header h1{
	display: inline;
	color: #fff;
}
header p{
	display: inline;
}

* {
	
}
header em{
	text-shadow: 0px 1px 20px rgba(255,255,255,0) ;
	-webkit-transition: color .2s linear, text-shadow .2s linear;
	-moz-transition: color .2s linear, text-shadow .2s linear;
	}
header em:hover{
	color: #fff;
	text-shadow: 0px 1px 20px rgba(255,255,255,0.5) ;
}
.abt{
	font-size: 12px;
	color:#000;
	font-weight: bold;
	margin-top: 100px;
	margin-left: 200px;
}

