
/**
 *	Style sheet of BuyNGain.com
 **/
 
body
{
	margin: 0;
	font-family: Verdana;
}

/**
 *	CSS for LightBox
 **/

.black_overlay
{
  	display: none;
   	position: absolute;
   	top: 0%;
   	left: 0%;
   	width: 100%;
   	height: 300%;
   	background-color: black;
   	z-index:1001;
  	-moz-opacity: 0.8;
  	opacity:.80;
  	filter: alpha(opacity=80);
}
  
.white_content
{
  	display: none;
  	position: absolute;
  	top: 25%;
  	left: 25%;
  	width: 50%;
  	height: 50%;
  	padding: 16px;
  	border: 16px solid gray;
  	background-color: white;
  	z-index:1002;
  	overflow: auto;
}
/* End of CSS for LightBox */


#container
{
	background-color: #FFFFFF;
	width: 100%;
}

#contains
{
	background-color: #F7F7F7;
	width: 1000px;
}

#top
{
	background-color: #FFFFFF;
	width: 100%;
}

#top_links a
{
	color: #939598;
	font-size: 10px;
	text-decoration: none;
}

#top_links a:hover
{
	color: #939598;
	font-size: 10px;
	text-decoration: underline;
}

.topmenu
{
	cursor: pointer;
	cursor: hand;
}

#bottom_links a
{
	font-size: 10px;
	color: #245A73;
	font-weight: bold;
	text-decoration: none;
}

#bottom_links a:hover
{
	font-size: 10px;
	color: #245A73;
	font-weight: bold;
	text-decoration: underline;
}
