


body {
	background: dodgeblue;
	margin: 0 auto 0 auto;
	padding: 0;

}

#wrapper {
	width: 900px;
	height: 736px;
	background:  url(tlo6.png);
	margin: 0 auto 0 auto;
margin-top: 20px;
margin-bottom: 20px;
}




#header {
	height: 136px;
	width: 1000px;
	background: dodgeblue;
}



#center  {
	width: 800px;
	height: 500px;
	margin-left: 40px;
	float: none;
	
	margin-top: 20px;
margin-bottom: 20px;
}


	
a {
	text-decoration: none;
	font: bold 14px Meiryo UI;
	text-align: left;
	font-style: normal;
	color: White;
		background: dodgeblue;
}
a:hover {
	text-decoration: none;
	font: bold 14px Meiryo UI;
	text-align: left;
	font-style: normal;
	color: red;
	background: dodgeblue;
}

a.zolty{
	text-decoration: none;
	font: bold 10px Tahoma;
	text-align: left;
	font-style: normal;
	color: white;
}

a.zolty:hover{
	text-decoration: none;
	font: bold 10px Tahoma;
	text-align: left;
	font-style: normal;
	color: Yellow;
}

a.a
{
	font: bold 14px Meiryo UI;
	text-align: left;
	font-style: normal;
	color: White;
		background: red;
}