/*background and main image*/

body 
{
	background-color:white;
	/*background-image: url('../images/background.jpg');*/

}


div.main
{
	text-align: center;
}

/*hyperlinks - not divved*/

a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

/*jp text image in BG*/

div.jp
{
	position: absolute;
	bottom: 2;
	right: 2;
	z-index: -1;
	
 
}

/*copy stuff*/

div.illutrations
{
	position: relative;
	bottom: 310;
	text-align:center;
	font-size:smaller;
	z-index: -1;
}

div.story
{
	position: relative;
	bottom: 410;
	text-align:center;
	font-size:smaller;
	z-index: -1;
}


div.web
{
	position: relative;
	bottom: -10;
	font-size:smaller;
	z-index: -1;
}

div.index
{
	position: relative;
	bottom: 308;
	text-align:center;
	font-size:smaller;
}

div.film
{
	position: relative;
	bottom: 490;
	text-align:center;
	font-size:smaller;
}

div.graphic
{
	position: relative;
	bottom: 470;
	font-size:smaller;
}

div.character
{
	position: relative;
	bottom: -485;
	left:-270;
	text-align:center;
	font-size:smaller;
}
/*end of copy stuff*/
/*text and picture align on ALL pages*/

div.text
{
	position: relative;
	top: -500;
 	z-index: -1;
}

/*text for profile*/

div.text2
{
	position: relative;
	top: -500;
	left: 220;
 
}

/*text for contact, FAQ*/

div.text3
{
	position: relative;
	top: -360;
	left: 270;
 
}


/* linkie box*/

.linkbox .button 
{
	width: 200px; 
	height: 17px; 
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 15px 0px 17px;
	padding-top: 1px;
}

div.linkbox div.button a:link 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.linkbox div.button a:active 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.linkbox div.button a:visited 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.linkbox div.button a:hover 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

/*end of linkie box*/

