body{
	background: rgba(255, 255, 255, 0.0);
	background-attachment: fixed;	
	margin-top: 30px;
	color: #222222;
	-webkit-font-smoothing: antialiased;
}

.page{
	-webkit-box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 13px 1px rgba(0, 0, 0, 0.2);
	padding: 25px;
 
	background: rgba(255, 255, 255, 0.9);
	background-image: url("diagonal-line-bg-light.png");
	background-repeat: repeat;
	background-position: 0px 0px;
}

#profile h4{
	margin-bottom: 15px;
}

.page-heading{
	display:inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	font-weight: 500;
}

p, span{
	font-family: inherit;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 17px;
	
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}