/*--------------------------------------------
DanceTastic Master Stylesheet
author:   Paul Crimi: JointArena
version:1.0
-------------------------------------------- */
@import url("reset.css");
@import url("layout.css");
@import url("navigation.css");
/*--------------------------------------------
Global Rules
-------------------------------------------- */
body {
	background-image: url(../images/bkg-site.jpg);
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
}
