@CHARSET "ISO-8859-1";
html,html body 
{
	height:100.1%;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
}

h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #999999;
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#jigsawFlashContainer{
	/*margin:0 0 0 0;*/
	margin: auto;
	min-height: 570px;
	width: 100%;
	height: 100%;
}

#footer{
	background-color: #161616;	
	width: 100%;
	height: 20px;	
	color: #999999;
	font-size: 9px;
}
#footer.copyright{
	color: #666666;		
}
#footer #copy{
	position: relative;
	top: 20%;
}


