body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	color: mediumpurple;
	font-size: 110%; font-family: Comic Sans MS;
	line-height: 30px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: mediumblue;
}

a:hover, a:active {
	text-decoration: underline;
	color: lightskyblue;
}

table#page {
	border: 0px;
	position: absolute;
	top: 275px; width: 970px;
}

td#main {
	padding-bottom: 10px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 60px; width: 980px;
	position: relative;
	left: -10px;
}

img {
	margin: 10px;
	border: 0px;
}

.link {
	cursor: pointer;
	position: absolute;
}

#link_index {
	top: 27px; left: 0px;
	width: 334px; height: 152px;
}

#link_index:hover {
	background-image: url(images/hover_index.png);
}

#link_about {
	top: 20px; left: 782px;
	width: 81px; height: 38px;
}

#link_about:hover {
	background-image: url(images/hover_about.png);
}

#link_diary {
	top: 65px; left: 830px;
	width: 73px; height: 46px;
}

#link_diary:hover {
	background-image: url(images/hover_diary.png);
}

#link_gallery {
	top: 111px; left: 787px;
	width: 95px; height: 47px;
}

#link_gallery:hover {
	background-image: url(images/hover_gallery.png);
}

#link_work {
	top: 161px; left: 851px;
	width: 78px; height: 35px;
}

#link_work:hover {
	background-image: url(images/hover_work.png);
}

#link_links {
	top: 206; left: 884px;
	width: 60px; height: 41px;
}

#link_links:hover {
	background-image: url(images/hover_links.png);
}
