body {
	padding: 0px;
	
	width: 100%;	
	text-align: center;
}

div.cache {
	display: none;
}

div.container {
	margin: 0px auto;
	
	text-align: left;
	
	width: 1024px;
	height: 768px;
	
	background: url(/images/background.png) top left no-repeat;
}

div.container a {	
	background: top left no-repeat;
	
	left: 43px;
	
	display: block;
	position: relative;
	
	width: 507px;
	height: 65px;
}

div.container a.ramen {
	top: 213px;
	background: url(/images/ramen.png) top left no-repeat;
}

div.container a.schilders {
	top: 241px;
	background: url(/images/schilders.png) top left no-repeat;
}

div.container a.ramen:hover {
	background: url(/images/ramen-hover.png) top left no-repeat;
}

div.container a.schilders:hover {
	background: url(/images/schilders-hover.png) top left no-repeat;
}