body {
	background-image: url(../images/works.jpg);
}
a:link {
	text-decoration: none;
	color: #F25387;
}
a:visited {
	color: #F25387;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
#main {
	background-image: url(../images/works_b.jpg);
	background-color: #FFFFFF;
}
#main  h1  {
	margin-bottom: 60px;
	margin-top: 70px;
}
#main  h2 {
	margin-top: 50px;
}
#navi {
	background-image: url(../images/navi_line-wh.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.Sitemap {
	font-size: 10px;
	font-weight: lighter;
	top: 3px;
	right: 10px;
	position: absolute;
	color: #333333;
}
.Sitemap a {
	color: #333333;
}
