/* Back Ground Image Style */
html, body.home{
	margin-top:0; margin-left:auto; margin-bottom:0; margin-right:auto;
	background-color:#000;
	font-size:100.01%;
	text-align:center;
	background-image:url(../images/background/home.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
