@charset "shift_jis";


* {
	margin:0;
	padding:0;
} 
html {
	overflow-y:scroll;
}
body {
	background: #000 url(img/main.jpg) no-repeat left top;
}

#imgarea {
	padding-bottom: 78px;
}
#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	left: 10px;
	overflow-x: hidden;
	width: 100%;
	padding-bottom: 30px;
}
#copy {
	float: left;
	background: url(img/copy.png) no-repeat right bottom;
	height: 17px;
	width: 367px;
	margin-top: 110px;
}
#logos {
	float: right;
	background: url(img/logo2.png) no-repeat left top;
	height: 128px;
	width: 267px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 0px;
	font-size: 0px;
	overflow: hidden;
}
.clear2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	overflow: hidden;
}


/* --------------------------
	for IE6 styles.
----------------------------- */
* html ,
* html body {
	height: 100%;
	overflow-y: hidden;
 }

* html #logos {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=http://www.jeyoka.com/test/img/logo2.png);
}
* html #copy {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=http://www.jeyoka.com/test/img/copy.png);
}

/* html div a {
  position: relative;
}*/
