@charset "ISO-8859-1";

html {
	height: 100%;
}

body 
	{
	color: white;
	margin: 0px;
	background-image: url(marblesINKbg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}

#container     
	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	margin-top: -292px;
	margin-left: -289px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 578px;
	height: 584px;
	visibility: visible;
	}

#animation
	{
	text-align: center;
	height: 260px;
	background-color: #fff;
	}

#introtext 
	{
	text-align: left;
	height: 156px;
	}

#extralink
	{	
	text-align: right;
	}
	
#extralink a, a:link, a:visited
	{
	font-size: 12px;
	color: #EC0089;
	padding-right: 24px;
	height: 12px;
	text-decoration: none;
}
	
#extralink a:hover
	{
	color: #5F6D78;
	}
	
#mainnav
	{
	background-color: #fff;
	height: 66px;
	padding-top: 18px;
	}

#footer
	{
	padding-top: 18px;
	font-size: 10px;
	color: #AA9C85;
	height: 32px;
	text-align: center;
	}

#footer a, a:link, a:visited
	{
	font-size: 10px;
	color: #AA9C85;
	text-decoration: none;
	padding-right: 0;
	}
	
#footer a:hover
	{
	color: #EC0089;
	}
