#RSGfooterCONTAINER{
	background-color:#819EC6;

	width:100%;
	border-:aqua 1px solid;
}

#RSGfooterFOOT{

	background-color:#819EC6;
	color:white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	position:relative;
	widthx: 1000px;
	marginx:auto;
	
	borderx:yellow 1px solid;

}

body {
	background-color:#819EC6;
}

#RSGfooterFOOT a {
	text-decoration: none;
	color: white;
	position:relative;
}



#RSGfooterFOOT img {
	display:block;	
	float: left;
	margin: 5px;
	border: 1px #E7E3D8 solid;
	position:relative;
}

#RSGfooterFOOT a:hover {
	color: black;
	background-color: white;

	position:relative;
}

#RSGfooterFOOT a:hover img {
	border: 1px #E7E3D8 solid;
	border: 1px black solid;
	position:relative;

}

