#ctr {
	position: absolute;
	height: 1200px;
	width: 50px;
	left: 50%;
	top: 0px;
	overflow: visible;
}
#ctn {
	position: absolute;
	width: 391px;
	left: -195px;
	background-image: url(images/exp2_09.jpg);
	background-repeat: repeat-y;
	height: 1200px;
}
#fr {
	position: absolute;
	left: 0px;
	top: 0px;
}
#en {
	position: absolute;
	left: 147px;
}

#img {
}
#sp {
	position: absolute;
	left: 247px;
}
#end {
	position: absolute;
	top: 581px;
}

#rolls {
	position: absolute;
	top: 522px;
}
#logo {
	position: absolute;
	top: 328px;
}

body {
	overflow: hidden;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
  }
