body{
	margin: 0px;
	padding: 0px;
	background-color: #0A0805; 
}
img{
	border: 0px;
}


div.bodydiv{
	background: url('/img/mainbg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
}

a.mainlink{
	font-size: 24px;
	font-family: arial;
	color: white;
	font-style: italic;
}
a.mainlink:hover{
	text-decoration: none;
	color: #00D5FF;
}

td.tdbg{
	width: 480px;
	height: 227px;
	background: url('/img/tdbg.jpg');
}
td.tdleftbg{
	width: 480px;
	height: 227px;
	background: url('/img/tdleftbg.jpg');
}
td.tdrightbg{
	width: 480px;
	height: 227px;
	background: url('/img/tdrightbg.jpg');
}

img.narkimg{
	width: 100px; 
	height: 100px; 
	border: solid 3px #2A2A2A;
}

a.afeetback{
	color: #00D5FF;
	text-decoration: underline;
	font-size: 14px;
	font-family: arial;
	font-style: italic;
}
a.afeetback:hover{
	color: white;
	text-decoration: none;
}

div.footertext{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Tahoma;
	color: #6D6B64;
}
/* */
td.conttopbg{
	height: 192px;
	background: url('/img/conttopbg.jpg');
	background-repeat: repeat-x; 
	background-position: top;
}