/* 2010 PBRF Coded By: Tommy Escobedo  */

body{
	background-color:#000000;
	background-image: url("/images/index/Bg.jpg");
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-size: 14px;
}

div.Hover a:hover{
	border-top: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
	width: 0px;
	height: 0px;
	z-index:9;
}.White_Text {
	color: #FFF;
}

