BODY {
	color: #ec008c;
	background-color: #ec008c;
	font: normal 9.5pt/18px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	scrollbar-base-color: #ec008c;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ec008c;
	scrollbar-darkshadow-color: #ec008c;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
}

html {
	scrollbar-base-color: #ec008c;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ec008c;
	scrollbar-darkshadow-color: #ec008c;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #00BFFF;
	text-decoration: none;
}

.footer {
	font-size: x-small; 
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	text-decoration: none;
}

.footer a:link, active, visited {
	color: #424242;
}

.footer a:hover  {
	color: white;
	background: transparent;
}

h1	{
	top: -100px;
	left: -55px;
	position: absolute;
	z-index: 300;
}

h1 span {
	display: none;
}


/*divs*/

#container {
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	margin: 0px auto; /*auto is needed for ns6+ & ie5mac to center the container*/
	height: auto;
	width: 800px;
}

#footer	{
	top: 470px;
	left: 226px;
	position: absolute;
	width: 427px;
	height: 30px;
	z-index: auto;
}

#footer-logo	{
	top:460px;
	left: 690px;
	position: absolute;
	z-index: auto;
}

#iframe {
	top:40px;
	left:15px;
	position: absolute;
}

#maincontent{
	width: 830px;
	height: 450px;
	top: 100px;
	left: 10px;
	position: absolute;
	background: transparent url(pics/jane-holder-body-BG.gif) no-repeat top;
}

#menu	{
	top:0px;
	left: 365px;
	position: absolute;
	width: 400px;
	height: 25px;
}

#photo	{
	top:185px;
	left: 55px;
	position: absolute;
	z-index: 300;
}

