body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Tahoma;
	font-size: 11px;
	color: #909090;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000;
}
.txt-bold1{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #c2b6a8;
}
a:link {
	color: #F6C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
}
.bg_ {
	background-image: url(img/bgbg.jpg);
	background-position: center center;
}
