/* CSS Document */

/*-----content-----*/
	
body {
	margin: 0px;
	font-family: OCR A Std, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(bg.gif) repeat fixed;
	}

a {
	color: #4197ff;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

img {
	border:0px;
	margin-left:-5px;
	}
	
#top {
	position:absolute;
	margin:0px;
	width:500px;
	height:550px;
    z-index:2;
    background:url(top_pic.gif) no-repeat;
	}
	
#top_text {
	position:absolute;
	margin-left:54px;
	margin-top:420px;
	width: 120px;
	height: 12px;
    z-index:1;
    cursor: pointer;
	cursor: hand;
	}
	
#bot {
	position:absolute;
	margin-left:54px;
	margin-top:470px;
	padding-bottom: 30px;
	width:215px;
	height:165px;
    z-index:3;
	}
	
#bot_on {
	position:absolute;
	margin:0px;
	width:215px;
	height:165px;
    background:url(bot_pic.gif) no-repeat;
    z-index:4;
	}

#bot_over {
	position:absolute;
	margin:0px;
	width:215px;
	height:0px;
    background:url(bot_pic_over.gif) no-repeat;
    z-index:3;
	}
	
#bot_text {
	position:absolute;
	margin-top:88px;
	width: 160px;
	height: 12px;
    z-index:10;
	cursor: pointer;
	cursor: hand;
	}
