#header {
	background-color:#d5f0fe;
}

#content {
	background-color:#ffffff;
}

body {
	padding:0;
	margin:0;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	background-color:#d5f0fe;
}

#footer {
	background-color:#d5f0fe;
	padding:20px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a {
	text-decoration:none;
}

.check {
	position:absolute;
	width:30px;
	height:30px;
	right:9px;
	bottom:12px;
}

.divchecked {
	width:56px;
	height:56px;
	padding:2px;
}
.divunchecked {
	width:35px;
	height:35px;
	padding:12px;
}

.checkchecked {
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	right:9px;
	bottom:12px;
}
.checkunchecked {
	display:none;
}

.imgchecked {
	width:56px;
	height:56px;
}
.imgunchecked {
	width:35px;
	height:35px;
}