body
{
  background-color:black;
	color:white;
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:10pt;  
}

a:link {color:#ccccff;}
a:visited {color:#ccccff;}
a:hover {color:white;}
a:active {color:white;}

h1 {text-align:center;font-weight:bold;font-size:18pt;}

div.container
{
  position:relative;
  margin-left:auto;
	margin-right:auto;
	top:-15px;
  width:1000px;
	background:url('Gradient.jpg');
}

div.buttons
{
  width:300px;
	color:black;
}

	div.pbutton
	{
		background:url('pbutton.gif');
		width:250px;
		height:56px;
		text-align:justify;
		font-weight:bold;
		cursor:pointer;
	}
	
	div.bbutton
	{
		position:relative;
		left:20px;
		background:url('bbutton.gif');
		width:250px;
		height:56px;
		text-align:justify;
		font-weight:bold;
		cursor:pointer;
	}
	
	div.rbutton
	{
		position:relative;
		left:20px;
		background:url('rbutton.gif');
		width:250px;
		height:56px;
		text-align:justify;
		font-weight:bold;
		cursor:pointer;
	}
	
	div.buttontext
	{
		position:relative;
		left:80px;
		top:18px;
		width:170px;
	}
	
	div.buttontext2
	{
		position:relative;
		right:80px;
		top:18px;
		width:170px;
	}

div.main
{
  width:406px;
}

	div.links
	{
		text-align:left;
		font-size:18px;
	}
	
div.products
{
  position:relative;
	margin-left:auto;
	margin-right:auto;
	top:-15px;
  width:1000px;
	background:url("Gradient2.jpg");
}

div.smalldiv
{
  position:relative;
  height:160px;
  width:160px;
  text-align:center;
  cursor:pointer;
  overflow:hidden;
	background-color:white;
}

div.login
{
  color:white;
}

div.bottom
{
  width:100%px;
  text-align:center;
  color:white;
}

div.Featured
{
  z-index:3;
	width:160px;
	height:160px;
	background-color:white;
	cursor:pointer;
}