@charset "UTF-8";
/* CSS Document */

a#buttonpmum{
position:absolute;
width: 800px;
height:100px;
background: url("images/pmumt.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:100px;
text-decoration: none;
margin: 0 auto;


}

a#buttonpmum:hover{
	background-position:0 -100px;
}

a#buttonchina{
position:absolute;
width: 800px;
height:100px;
background: url("images/chineset.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:200px;
text-decoration: none;
margin: 0 auto;


}

a#buttonchina:hover{
	background-position:0 -100px;
}


a#buttonretro{
position:absolute;
width: 800px;
height:100px;
background: url("images/retrosquaret.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:300px;
text-decoration: none;
margin: 0 auto;


}

a#buttonretro:hover{
	background-position:0 -100px;
}

a#buttonalice{
position:absolute;
width: 800px;
height:100px;
background: url("images/alicet.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:400px;
text-decoration: none;
margin: 0 auto;


}

a#buttonalice:hover{
	background-position:0 -100px;
}

a#buttonkate{
position:absolute;
width: 800px;
height:100px;
background: url("images/katet.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:500px;
text-decoration: none;
margin: 0 auto;


}

a#buttonkate:hover{
	background-position:0 -100px;
}


a#buttonpoppy{
position:absolute;
width: 800px;
height:100px;
background: url("images/poppyt.jpg") 0 0 no-repeat;
display:block;
left:-7px;
top:600px;
text-decoration: none;
margin: 0 auto;


}


a#buttonpoppy:hover{
	background-position:0 -100px;
}




.next{
	
	vertical-align:middle;
	float:right;
	width:10px;


}

.back{
vertical-align:middle;
	float:left;
	width:10px;


}


.illustitle{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:20px;
	color:#666666;


}

div.copyrightill{
	padding:10px;
	position:absolute;
	color:#ffffff;
	font-size:10px;
	text-align:right;
	width:800px;
	float:right;
	margin-top:40px;


}