/* CSS Document */

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

img {
	border:0px;
	margin-left:-5px;
	}
	
#main {
	position:absolute;
	left:100px;
	top:50%;
	margin-top:-275px;
	width:550px;
	height:550px;
    z-index:2;
	}
	
#imgHolder {
	position:absolute;
	width:8500px;
	height:600px;
	margin-left:1500px;
	margin-top:-30px;
	z-index:8;
	}
	
#hitBut {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
    display: block;
	width:416px;
	height:416px;
	margin-left:0px;
	margin-top:0px;
	z-index:20;
	cursor: default;
	}
	
#ft_news {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
    display: block;
	margin-left:100px;
	margin-top:330px;
	visibility: hidden;
	z-index:21;
	}

area {cursor: default;}

#info1 {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width:416px;
	height:416px;
	margin-left:0px;
	margin-top:0px;
	background:url(info1.gif) no-repeat;
	z-index:9;
	cursor: default;
	}
	
#info2 {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width:416px;
	height:0px;
	margin-left:0px;
	margin-top:0px;
	background:url(info2.gif) no-repeat;
	z-index:10;
	overflow: hidden;
	cursor: default;
	}
	
#ft_email {
	position: absolute; /*ie6 and above*/
	width:160px;
	height:20px;
	margin-left:125px;
	margin-top:180px;
	z-index:30;
	visibility: hidden;
	cursor: pointer;
	cursor: hand;
	}
	
#logo {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width:180px;
	height:180px;
	margin-left:350px;
	margin-top:350px;	
	background:url(contact.gif) no-repeat;
	z-index:5;
	cursor: pointer;
	cursor: hand;
	}
	
#scroll_but {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width:74px;
	height:74px;
	margin-left:250px;
	margin-top:430px;	
	background:url(scroll.gif) no-repeat;
	z-index:6;
	}
	
#sale {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width:149px;
	height:149px;
	margin-left:440px;
	margin-top:200px;	
	background:url(ft_header_sale_small.gif) no-repeat;
	z-index:7;
	cursor: pointer;
	cursor: hand;
	}

