	html, body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		background: #2973b5;
	}
	.link01,
	.link02{
		width:436px;
		height:216px;
		position:absolute;
		top:50%;
		margin-top:-101px;
	}
		.link01 a,
		.link02 a{
			display:block;
			width:436px;
			height:216px;
			text-indent:-666666px;
			position:relative;
		}
			.link01 a{
				background:url(images/link01.png) no-repeat;
			}
				.link01 a:hover{
					background-position:0 -217px;
					top:1px;
				}
			.link02 a{
				background:url(images/link02.png) no-repeat;
			}
				.link02 a:hover{
					background-position:-0 -216px;
					top:1px;
				}
	.link01{
		left:50%;
		margin-left:-460px;
	}
	.link02{
		right:50%;
		margin-right:-460px;
	}
