body{
	background-color: black;
}


#image_container{
padding-top: 120px;
position: absolute;
left:50%;
margin-left: -225px;
top: 50%;
margin-top: -185px;
width:450px;
height:450px;
}

#top, #bottom, #left, #right {
z-index: 999;
	background: #fff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 9px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 9px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

		