@charset "utf-8";
/* CSS Document */

body {
	position:relative;
}

#container {
	width: 100%;
	margin: 0 auto;
}

.imageNote {
	position:fixed;
	top:0;
	background:#FFF;
	background-color:rgba(255,255,255,0.9);
	padding:10px;
	margin:0;
}

.imageBlock{
	margin: 200px 0 0;
}

.close {
	position:fixed;
	top:10px;
	right:10px;
	text-align:center;
	padding:1em 0;
}

.close a {
	padding:6px 15px;
	color:#FFF;
	background:#0098DA;
	font-size:12px;
}

.close a:visited,
.close a:hover {
	color:#FFF;
	
}

.close a:hover {
	background:#ff7f00;
	text-decoration:none;
}


.last {
	margin-bottom:0;
}