@import url(http://fonts.googleapis.com/css?family=Rokkitt);

html, body { height: 100%; overflow: hidden; }
body {
	margin: 0 auto;
	padding: 0;
	font: normal 14px 'Rokkitt', Courier, serif;
	line-height: 22px;
	color: #ba954f;
	background: #FFF6D0;
	word-spacing : 4px;
}

a {
       color: #ba954f;
       text-decoration: none;
       outline: 0;
}

a:hover { color: #dabc83; }

#header {
  text-align: center;
  background-color: #FFF6D0;
	width: 100%;
	height: 24px;
	padding: 3px 0 0 0;
}

#footer {
	text-align: center;
	background-color: #FFF6D0;
	color: #555;
	width: 100%;
	height: 15px;
	padding: 0px 0 7px;
	position: relative;
	bottom: 3;
	left: 0;
}
