.background {
	background-image: url(/images/gs-website.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffeb08;
	text-decoration: none;
	font-weight: bold;
}

.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffeb08;
	text-decoration:none;
	font-weight: bold;
}

.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

div.img
{
  margin: 2px;
  border: none;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}	
div.img img
{
  margin: 3px;
  border: none;
  position:absolute;
  left:700px;
  top:135px;
  z-index:1;
}

div.img a:hover img 
{
   border: none;	
   text-decoration: none;
}

