.bg {
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.hatch {
	background-image: url(imgs/hatch.gif);
	background-repeat: repeat;
}
.hatch {
	background-image: url(imgs/25.png);
	background-repeat: repeat;
}
.header {
	background-image: url(imgs/header.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-shadow: 0px 0px 2px #fff;
}
.shadowWhite {
	text-shadow: 0px 0px 3px #fff;
	text-align: center;
}
.shadowBlack {
	text-shadow: 0px 0px 4px #000;
	text-align: left;
}
body {
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: none;

}
a:hover {
	text-shadow: 0px 0px 4px #000;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ff0000;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
.bigger {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}

.opacity{
	border:000000 solid 1px;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 30%;
}
.bg table tr td p {
}
.bgHome {
	background-image: url(imgs/bg_bright.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
