body
{
	margin: 0px;
	padding: 0px;
	background-color: #130ea8;
	font-family: Courier New, monospace;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

#splash
{
	position: absolute;
	width: 512px;
	height: 512px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 100px;
	background-image: url("../img/splash.jpg");
}

#right_arrow
{
	cursor: pointer; cursor: hand;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	left: 410px;
	top: 425px;
}

#right_pop
{
	position: absolute;
	background-image: url("../img/right_pop.jpg");
	display: none;
	width: 160px;
	height: 200px;
	left: 602px;
	top: 312px;
}

#right_inner
{
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-left: 25px;
	width: 140px;
	height: 150px;
	line-height: 20px;
}

#bottom_arrow
{
	cursor: pointer; cursor: hand;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	left: 100px;
	top: 315px;
}

#bottom_pop
{
	position: absolute;
	background-image: url("../img/bottom_pop.jpg");
	display: none;
	top: 502px;
	left: 100px;
	width: 512px;
	height: 140px;
}

#bottom_inner
{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 30px;
	width: 452px;
	height: 110px;
}

#right_pop a
{
	font-size: 11px;
}

a
{
	font-size: 13px
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #CCCCCC;
}

a:active
{
	color: #CCCCCC;
}