
body {
	background: url(img/bkg.png) fixed;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 128px 0 50px 0;

	/* standard font */
	font-family: palatino, georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ABABAB;
	/* standard font/ */
}


#header-container {
	background: #FFFFFF;
	text-align: center;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 155px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#footer-container {
	background: #FFFFFF;
	text-align: center;
}
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#footer-shadow-up {
	position: relative;
	top: 0px;
	left: 0px;
	height: 10px;
	text-align: left;
	overflow: hidden;
	background: url(img/footer_shadow_up.png);
}
#footer-shadow {
	position: relative;
	top: 0px;
	left: 0px;
	height: 10px;
	text-align: left;
	overflow: hidden;
	background: url(img/footer_shadow.png);
}

#content-container {
	background: #52282E;
	text-align: center;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 880px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
/*****************************************/
/* logo                                  */
/*****************************************/
h1 {
	position: absolute;
	top: 0;
	right: 20px;
	width: 300px;
	height: 155px;
	text-indent: -9000px;
	background: url(img/logo.png) top right no-repeat;
	margin: 0;
	padding: 0;
}



#footer img {
	float: right;
	margin: 25px 20px 0 0;
}


/*****************************************/
/* global                                */
/*****************************************/
.wip {
	position: absolute;
	top: 5px;
	right: 0;
	width: 275px;
	height: 180px;
	text-indent: -9000px;
	background: url(img/wip.png) top right no-repeat;
}

.hidden {
	position: absolute;
	visibility:hidden;
}

img {
	border: 0px solid white;
	display:block;
	float:left;
	margin: 0 0px 0px 0;
}

.home a, .news a,.blog a, .info a, .games a, .tools a, .typos a, .links a {
	color: #ABABAB;
	text-decoration: underline;
}
/*
#home a:visited, #news a:visited,#blog a:visited, #info a:visited, #games a:visited, #tools a:visited, #typos a:visited, #links a:visited {
	text-decoration: line-through;
}
*/
.home a:hover, .news a:hover, .blog a:hover, .info a:hover, .games a:hover, .tools a:hover, .typos a:hover, .links a:hover {
	color: #52282E;
	background-color: #F8981D;
}

.home li, .news li, .blog li, .info li, .games li, .tools li, .typos li, .links li {
	list-style: square url(img/list.png) inside;
}
