body {
	margin-top: 50px;
	font-size: 16px;
	background-color: black;
	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	text-align : center;
}

.h2 {
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	COLOR: #ff3399;
}

#siteHolder{
	width: 650px;
	margin: auto;
	/* margin-top: 100px; */
	text-align : left;
	/* background-color: white; */
	padding: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1),inset 0px 2px 20px rgba(0,0,0,0.06);
	/* -webkit-transform: rotate(1deg); */
}