BODY
{
	background-color: #000000;
	background-image: url(images/tokyopop3.gif);
	background-attachment: fixed;
	background-position: 98% 0%;
	background-repeat: no-repeat;


	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 100%;
	color: #FFFFFF;
}



#alttext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 5px;
}


#alttext2
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
	
	
}

A:link
{
	color: #CCCCCC;
	text-decoration:underline;
}

A:visited
{
	color: #CCCCCC;
	text-decoration:underline;
}

A:hover
{
	color:red;
	text-decoration:underline;
}

#header
{
	position: absolute;
	width: 500px;
	top: 25px;
	left: 50px;
	padding: 0;
}


.main
{
	position: absolute;
	width: 400px;
	top: 150px;
	left: 50px;
	padding: 20px;
	background-color: #444444;
	visibility: hidden;
}

.link
{
	
	
	border-bottom : 5px solid #444444;
	padding: 10px;
	background-color: #666666;
	
}

#sidebar
{
	position: absolute;
	width: 250px;
	top: 150px;
	left: 500px;
	padding: 0;
}




