* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	
	text-align: center; 
	height: 100%;
	width: 100%;
}

body {
	background: url(../img/wood_tile.jpg) center;
	font: 13px/22px "Trebuchet MS", Arial, Verdana, sans-serif;
}

	
/* Center page */ 

#center5x {
	margin: auto;
	text-align: left;
	width: 480px;
	height: 320px;
	position: relative;
	margin-top: -160px;
}
#center5y {
	position: relative;
	top: 0;
	margin: auto;
	width: 10px;
	height: 50%;
	min-height: 160px;
}
#center5y div {
	height: 160px;
	width: 1px;
}

/* Page */

a {
	display: block;
	outline: none;
	background-image:url(../img/me.png);
	width: 480px;
	height: 320px;
	text-indent: -10000px;
}