* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	width: 100%;
	height: 100%;
	}
	
body {
	font-family: tahoma, sans-sherif;
	background-color: #0e0e0e;
	background-image: url(tokyo-bw.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #aba48f;
	}

a {
	text-decoration: none;
	color: #d5d1c6;
	}

#header {
	border-bottom: 5px solid #d2d2d2;
	position: absolute;
	top: 0;
	background-color: #616161;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	}
	
#logo {
	float: left;
	background-image: url(nodnet-small.png);
	height: 80px;
	width: 80px;
	}
	
#logo h1 {
	display: none;
	}
	
#functions {
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	}
	
#functions p {
	font-size: 10px;
	color: #ffffff;
	}
	
#functions a {
	font-weight: bold;
	}
	
#footer {
	border-top: 5px solid #d2d2d2;
	position: absolute;
	bottom: 0;
	background-color: #616161;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
	}
	
#footer p {
	margin-top: 18px;
	margin-right: 20px;
	float: right;
	}
	
#footer p span {
	color: #d5d1c6;
	font-weight: bold;
	}

