@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin: 0;
}
body {
	text-align:center;
	background:url(../images/bkg_sand.jpg) top center repeat;
}
#wrapper {
	position:relative;
	width: 810px;
	margin: 0 auto;
	text-align: left;
}
#indexIntro {
	width:100%;
	height:2px;
	overflow:hidden;
}
