@charset "UTF-8";
/* CSS Document */

#page {
	width:900px;
	height:1800px;
	margin-top:10px;
	margin-left: auto;
    margin-right: auto;
	z-index:1;
	background-image: url(bg.png);
}
#spacer1 { 
    height:198px;
	z-index:2;
}
#menu {
	margin-left: auto;
    margin-right: auto;
	width:800px;
	height:25px;
	z-index:3;
	font-size:16px
}
#spacer2 { 
    height:40px;
	z-index:4;
}
#content {
	margin-left: auto;
    margin-right: auto;
	width:800px;
	height:1480px;
	z-index:5;
}
body,td,th {
	color: #CCC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

#about {
    	font-size: 9px;
}

#spacer3 {
	height:38px;
}

#footer {
    height:35px;
	margin-bottom:0px;
	bottom:0;
	z-index:6;
	text-align:center;
}

	body {
	background-image: url(http://webtek.freeundergroundtekno.org/pattern.png);
}#page #content table tr td {
	text-align: left;
}
