<style type="text/css" media="screen">
html, body {
margin: 0; padding: 0; height: 100%;
background: #000000;
}
html>body #container {height: auto; min-height: 100%;}

.footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 34px;
} 

h1{
  padding: 0px;
  margin: 0px;
}


a{
	color: #777777;
	text-decoration: none;
}

a:link{
	color: #c4c4c4;
	text-decoration: none;
}

a:visited{
	color: #9f9f9f;
	text-decoration: none;
}

a:hover{
	color: #9f9f9f;
	text-decoration: none;
}

body{
  background:#000000 url(images/backpic.png) fixed;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  color: #d5d5d5;
  text-shadow: #000000 5px 5px 5px;
}

img {
  padding: 0px;
  margin: 0px;
}

.std_table {
  background-color: #464646;
}

.topuser {
	background:#999 url(images/topuser.png);
	vertical-align: middle;
	width:100%;
	padding:0;
	color:#d5d5d5;
	margin:0;
	height:34px;
}

	