body {
  	background:#000 url(images/background.jpg) center top no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}
#head {
	position:fixed;
	width:100%;
	background: url(images/background_top.png) repeat;
	padding:0px;
	top:0;
	height:60px;
	color:#aaa;
}
#foot {
	position:fixed;
	width:100%;
	background: url(images/background_bottom.png) repeat;
	padding:0px;
	bottom:0;
	height:60px;
	color:#333;
	font:10px serif;
	text-shadow: 1px 1px #000;
	text-align:right;
}

#navi {
	position:fixed;
	left:0px;
	top:200px;
	width:120px;
}
#navi li {
	font:20px "Courier New", monospace; 
	text-align:center;
	list-style:none;
	display:block;
	padding-left:0px;
	padding-top:0px;
	padding-right:3px;
	padding-bottom:3px;
	margin-left:-20px;
	text-shadow: #000 3px 3px
}
#navi li:hover {
	padding-left:3px;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:0px;
	text-shadow: -1px -1px #000;
}
#navi li.naviactive, #navi.li.naviactive:hover {
	color:#ff0;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:0px;
	text-shadow: -1px -1px #000;
}
#navi a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
}
#navi a:hover {
	color:#ef8;
}



#main {
	font:16px monospace;
	width:800px;
	margin:auto;
	background: url(images/background_main.png) repeat;
	border:1px solid #000;
	border-radius:8px;
	padding:8px;
	padding-top:80px;
	padding-bottom:80px;
	color:#fff;
	text-shadow:#000 1px 1px;
}
#main div, #main table {
	color:#fff;
}
#main table tr td {
	vertical-align:top;
}
#main a { color:#ff4; }
#main a:hover { color:#af0; }
#main a:visited { color:#fc4; }
#main a:visited:hover { color:#a80; }


table#modlist {
	font:12px sans-serif;
}
table#modlist td.image { background:url(pics/mptrack_pad.jpg) repeat-x; }
table#modlist td { padding:2px; padding-top:0;padding-bottom:0;}
table#modlist tr:hover {
	background:url(images/background_bottom.png) repeat;
}
table#modlist .dur, table#modlist .year {
	color:#ffc;
}
table#modlist .size, table#modlist .upl {
	color:#fff;
}


table#modlist td.modsinfo { max-width:30%; }
