body {
	background-color:#000;
	color:#EEE;
}

h1,h2 {
	background-color:#000;
}

div#desc_text a {
	text-decoration:underline;
}

div#desc_text a:link, div#desc_text a:visited {
	color: #FC0;
}
div#desc_text a:hover {
	color:#FFF;
}

div.tl {
	background:url(/templates/vectora/images/yb_tl.gif) no-repeat;
}

div.tr {
	background:url(/templates/vectora/images/yb_tr.gif) no-repeat;
}

div.bl {
	background:url(/templates/vectora/images/yb_bl.gif) no-repeat;
}

div.br {
	background:url(/templates/vectora/images/yb_br.gif) no-repeat;
}

div.left_line {
	background:url(/templates/vectora/images/yb_v.gif) top left repeat-y;
}

div.right_line {
	background:url(/templates/vectora/images/yb_v.gif) top right repeat-y;
}

div.top_line {
	background:url(/templates/vectora/images/yb_h.gif) top left repeat-x;
}

div.bottom_line {
	background:url(/templates/vectora/images/yb_h.gif) bottom left repeat-x;
}

div#mp_link {
	background:url(/images/html_layout/main_page_link_white_logo.gif) top left no-repeat;
}

div#mp_link a:link,div#mp_link a:visited {
	color: #FC0; 
	border-bottom:1px #FC0 dashed;
}
div#mp_link a:hover {
	color:#FFF;
	border-bottom:1px #FFF dashed;
}