@import url('reset.css');

body{
	background: #000;
	color: rgba(255,255,255,0.8);
	font-family: 'sound','Myriad Pro', Arial, sans-serif;
	font-size: 10px;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
h1{
	font-size: 40px;
	position:relative;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    padding: 30px 30px 15px 30px;
	margin: 0px 40px 20px 40px;
    text-align: center;
}
h1 span{

}
.content{

}
.content p{
	    font-size: 17px;
    line-height: 20px;
    padding: 18px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

