html, body {
padding: 0px;
margin: 0px;
}

body {
background-image: url('../images/backgroundstrip02.png');
background-position: center;
background-repeat: repeat-y;
}

#pagetop {
background-image: url('../images/backgroundstrip01.png');
background-position: center;
background-repeat: repeat-y;
text-align: center;
}

	#logo {
	width: 251px;
	height: 48px;
	padding-top: 50px;
	padding-bottom: 75px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
	#chooseagame {
	width: 242px;
	height: 97px;
	padding-bottom: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

	#menuanchor {
	width: 0px;
	height: 200px;
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
	}

		#menuwrapper {
		position: relative;
		width: 0px;
		height: 0px;
		top: 0px;
		left: 0px;
		}

			#shelf {
			position: absolute;
			top: 0px;
			left: -403px;
			width: 807px;
			height: 48px;
			}
			
			#checkrz {
			position: absolute;
			top: -130px;
			left: -350px;
			width: 150px;
			height: 224px;
			}

				#checkrz a {
				width: 150px;
				height: 224px;
				display: block;
				background-image: url('../images/checkrz01.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
				#checkrz a:hover {
				width: 150px;
				height: 224px;
				display: block;
				background-image: url('../images/checkrz02.png');
				background-position: center;
				background-repeat: no-repeat;
				}

			#itiles {
			position: absolute;
			top: -122px;
			left: -170px;
			width: 140px;
			height: 215px;
			}

				#itiles a {
				width: 140px;
				height: 215px;
				display: block;
				background-image: url('../images/itiles01.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
				#itiles a:hover {
				width: 140px;
				height: 215px;
				display: block;
				background-image: url('../images/itiles02.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
			#reversi {
			position: absolute;
			top: -127px;
			left: -5px;
			width: 181px;
			height: 218px;
			}

				#reversi a {
				width: 181px;
				height: 218px;
				display: block;
				background-image: url('../images/reversi01.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
				#reversi a:hover {
				width: 181px;
				height: 218px;
				display: block;
				background-image: url('../images/reversi02.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
			#solitaire {
			position: absolute;
			top: -124px;
			left: 170px;
			width: 150px;
			height: 150px;
			}
			
				#solitaire a {
				width: 181px;
				height: 218px;
				display: block;
				background-image: url('../images/solitaire01.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
				#solitaire a:hover {
				width: 181px;
				height: 218px;
				display: block;
				background-image: url('../images/solitaire02.png');
				background-position: center;
				background-repeat: no-repeat;
				}
	
	

#pagebottom {
background-image: url('../images/backgroundstrip02.png');
background-position: center;
background-repeat: repeat-y;
height: 200px;
border-top: 2px groove #BFD9E9;
text-align: center;
padding-top: 30px;
}

	#pagebottom a img {
	border: none;
	}
