/* Start of CMSMS style sheet 'Intro' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	/* background: #fff url(uploads/images/curls/bgcurls01.gif) no-repeat 0 50px; */
	font-weight: normal;
	font-family: verdana, georgia, serif;
	font-size: 11px;
	color: #000;
	overflow: hidden;
}
A:active,
A:visited,
A:link {
	color: #000;
	text-decoration: none;
	border: none;
}
A:hover {
	text-decoration: underline;
	color: #000;
}

/* Intro Animation */
#intro_animation {
	position: absolute;
	width: 750px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin: -225px 0 0 -375px;
}
#skip {
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: 50px;
}
#skip p {
	margin: 0;
	padding: 0;
}

/* Curls Home */
#curl01-home {
	width: 622px; height: 708px;
	background: url(uploads/images/curls/bgcurls01.gif) no-repeat;
	position: absolute; bottom: 0; left: 0; margin: 0 0 0 0; z-index: -1;
}
#curl02-home {
	width: 622px; height: 708px;
	background: url(uploads/images/curls/bgcurls02.gif) no-repeat;
	position: absolute; top: 0; right: 0; margin: 0 0 0 0; z-index: -1;
}

/* Curls */
#curl01 {
	width: 622px; height: 708px;
	background: url(uploads/images/curls/bgcurls01.gif) no-repeat;
	position: absolute; bottom: 0; left: 0; margin: 0 0 0 0; z-index: -1;
}
#curl02 {
	width: 622px; height: 708px;
	background: url(uploads/images/curls/bgcurls02.gif) no-repeat;
	position: absolute; top: 0; right: 0; margin: 0 0 0 0; z-index: -1;
}




/* Copyright */
#copyright {
	font-size:9px;
	color:#555;
	height: 15px;
	width:500px;
	margin:0 0 0 -250px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:50%;
}
#copyright a:active,
#copyright a:visited,
#copyright a:link {
	text-decoration:none;
	color:#555;
	font-size:9px;
}
#copyright a:hover {
	text-decoration:underline;
	color:#000;
	font-size:9px;
}
/* End of 'Intro' */

