body {
	background-color:#000000;
	text-align:left;
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
	background-attachment: fixed;
	background-image: url(img/tile.gif);
	background-repeat: repeat;
	background-position: bottom left;
	}

a:link {
	color:#FF0000;
	text-decoration:none;
	}

a:visited {
	color:#FF0000;
	text-decoration:none;
	}

a:active {
	color:#FF0000;
	text-decoration:none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}
	
.menubg {
	background-image: url(img/menu_bg.gif);
	background-position: bottom left;
}

INPUT,TEXTAREA,SELECT {
	color:#777777;
	background-color:#333333;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}
