html, body {
	width:100%;	height:100%;
	margin:0px; padding:0px;
	background-color:#c3daee;
	background-image:url(background.jpg);
}
div {
	display:block; position:relative;
}
img, a {
	position:absolute;
}
a { text-decoration:none; color:black; font-size:24px; }
a:hover { color:gray; text-decoration:underline; }

a.sample-link {
	position:absolute; top:-28px; left:20px; width:180px; height:46px; font-size:18px; line-height:40px; background-image:url('sample_link.gif');
}
a.sample-link:hover {
	background-image:url('sample_link_ov.gif');
}
.switch  {
	position:relative; text-decoration:none; font-size:22px; text-align:center;
}
.switch :hover {
	text-decoration:underline; color:#666666; cursor:pointer;
}

#title {
	position:absolute; left:0px; top:0px; width:100%; height:100px; display:block; text-align:center;
	background-image:url(title.gif); background-repeat:no-repeat; background-position:center;
	font-family:Arial;
}

#title-space-top {
	clear:both; height:52px;
}

#container {
	width:1000px; height:auto; display:block; text-align:center; font-size:16px; font-family:Arial; margin-top:180px;
}
#content-top {
	width:1000px; height:33px; background-image:url('content-top.gif');
}
#content-bottom {
	width:1000px; height:33px; background-image:url('content-bottom.gif');
}
#content {
	width:1000px; height:auto; background-image:url('content-back.gif'); background-repeat:repeat-y;
}