body {
	background-attachment: fixed;
	background-color: ebe8d2;
	background-image: url(../images/bgs/main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none;
}

.fivepxleft {
	position: relative;
	left: 5px;
}
.fivepxright {
	position: relative;
	right: 5px;
}
.fivepxtop {
	position: relative;
	top: 5px;
}
.fivepxbottom {
	position: relative;
	bottom: 5px;
}

.tcontent {
	width: 70%;
}
.tmenu {
	width: 30%;
}
.tmenufg {
	vertical-align: top;
}
