@CHARSET "UTF-8";

BODY
{
	margin: 0;
	padding: 0;
	background-color: White;
	text-align: center;
}

.container
{
	position: relative;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	width: 1024px;
	height: 579px;
    opacity:1; 
    filter:alpha(opacity:100);
}

#home_bg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 579px;
	background-image: url( 'images/homebg.jpg' );
    opacity:0; 
    filter:alpha(opacity:0);
}

#home_rollover
{
	position: absolute;
	width: 1024px;
	height: 579px;
	background-image: url( 'images/homefg.gif' );
    opacity:0; 
    filter:alpha(opacity:0);
}

.hidden
{
	display: none;
	visibility: hidden;
}

A#enter_button
{
	position: absolute;
	z-index: 1;
	display: block;
	text-indent: -5000px;
	cursor: pointer;
	left: 330px;
	top: 429px;
	width: 395px;
	height: 132px;
    opacity:0; 
    filter:alpha(opacity:0);
	
	background-position: -330px -429px;
}

A.button_exited
{
	background-image: url( 'images/homemiscbg.gif' );
}

A.button_entered
{
	background-image: url( 'images/homefg.gif' );
}

A#enter_button:focus
{
	outline: none;
}


.dot
{
	position: absolute;
	z-index: 2;
	display: none;
	width: 22px;
	height: 26px;
	background-image: url( 'images/homedots.gif' );
	background-repeat: no-repeat;
}

#dot1
{
	left: 136px;
	top: 93px;
	background-position: -136px -93px;
}

#dot2
{
	left: 125px;
	top: 213px;
	background-position: -125px -213px;
}

#dot3
{
	left: 12px;
	top: 225px;
	background-position: -12px -225px;
}

#dot4
{
	left: 869px;
	top: 96px;
	background-position: -869px -96px;
}

#dot5
{
	left: 881px;
	top: 215px;
	background-position: -881px -215px;
}

#dot6
{
	left: 965px;
	top: 252px;
	background-position: -965px -252px;
}

.littlea
{
	background-image: url( 'images/homemiscbg.gif' );
	background-repeat: no-repeat;
	position: absolute;
	width: 36px;
	height: 34px;
    opacity:1; 
    filter:alpha(opacity:100);
}

#a_1
{
	left: 61px;
	top: 127px;
	background-position: -61px -127px;
}
#a_2
{
	left: 192px;
	top: 360px;
	background-position: -192px -360px;
}
#a_3
{
	left: 389px;
	top: 195px;
	background-position: -389px -195px;
}
#a_4
{
	left: 593px;
	top: 227px;
	background-position: -593px -227px;
}
#a_5
{
	left: 726px;
	top: 60px;
	background-position: -726px -60px;
}
#a_6
{
	left: 956px;
	top: 491px;
	background-position: -956px -491px;
}

#preload_frame
{
	display: none;
	visibility: hidden;
	width: 1px;
	height: 1px;
}