body {
	background-color: #dedede;
	background-image: url(images/background.jpg);
	background-position: center top;
}

#topsite {
	background-image:url(images/bg_topsite.jpg);
	width:1024px;
	max-width:1024px;
	height:125px;	
}

#navi {
	background-image:url(images/bg_navi.jpg);
	width:175px;
	min-height:1024px;
	float:left;
	z-index:0;
}

#content {
	width:849px;
	max-width:849px;
	min-height:1024px;
	left:176px;
	top:127px;
	z-index:1;
	position:absolute;
	padding:5px;
}

.Over {font-size: 36px}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #70A6E5;
}
a:active {
	text-decoration: none;
}

h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
font-size:30px;
margin-top:20px;
margin-left:20px;
}

