.gamesheader {
	font-size: 16px;
	color: #FFCC00;
	font-weight: bold;
}

html {
	font: 0.75em/1.3  Trebuchet MS;
	text-align: center;
	background-color: #E6D8B1;
	background-image: url(../images/balk.jpg);
	background-repeat: repeat-x;
}

body {
	margin: 10px auto;
	width: 654px;
}	
	a:link {
	color: #FFFFFF;
	text-decoration: none
}
	a:visited {
	color: #FFFFFF;
	text-decoration: none
}
	a:hover {
	color: #FFFFFF;
	text-decoration: none
}
	a:active {
	color: #FFFFFF;
	text-decoration: none
}

#header {
	background-image: url(../images/header.jpg);
	width: 654px;
	height: 160px;
	text-align: left;
}

#pacman {
	width: 143px;
	height: 124px;
	padding-top: 17px;
	padding-left: 25px;
}

#main {
	background-color:#E6D8B1;
	background-repeat: repeat-y;
	margin-left: 0px;
	width: 620px;
	text-align: left;
}
	