@charset "utf-8";

	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	#picture {
		height: 100%;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	
	img {
		border:none;
	}
	
	#circle {
		width:300px;
		margin:0px auto 10px;
	}
	#circle_up {
		width:64px;
		margin:50px auto 50px;
	}
	#thumbnails {
		width:500px;
		margin:0 auto;
	}
	#thumbnails a {
		float:left;
		margin: 0 3px 3px 0;
	}
	.clearer {
	overflow:hidden;
	margin:0 0 -1px 0;
	height:1px;
	clear:both;
	}
