body
{
	background:url('/flash/image/?type=wallpaper&format=wii') no-repeat top center #ffffff;
	background-attachment: fixed;
}
#head {
	background:url('/images/header-back.jpg') no-repeat top left;
}
#left-col .box .head, #right-col .box .head {
	background:url('/images/box-small-head.gif') no-repeat;
}
#mid-col .box .head a, #mid-col .box .head a:visited, #mid-col .box .head a:active
{
	color:#34a5bb;
}
#mid-col .box .head a:hover
{
	color:#34a5bb;
}

#mid-col .box .header
{
	background:url('/images/mid-col-head.gif') no-repeat;
}
#mid-col .box .headerAlt
{
	background:url('/images/mid-col-head-alt.gif') no-repeat;
}


#foot {
	background:url('/images/foot-back.jpg') no-repeat;
}

.biginfo
{
  padding: 5px;
  font-size: 36pt;
  text-align: center;
  color: #4ebed2;
  font-weight: bold;
}

/* Paging navigation (pages of news, search results etc*/
#pagingnav .first {
  width:16px;height:15px;
  background:url(/images/nindie-news-first.jpg) no-repeat;
}

#pagingnav .prev {
  width:16px;height:15px;
  background:url(/images/nindie-news-previous.gif) no-repeat;
}

#pagingnav .next {
  width:16px;height:15px;
  background:url(/images/nindie-news-forward.gif) no-repeat;
}

#pagingnav .last {
  width:16px;height:15px;
  background:url(/images/nindie-news-last.jpg) no-repeat;
}
#pagingnav .thispage {
	text-decoration:underline;
}
#nindie-news .title a {
  color:#59acbb; line-height:20px;
}
