

@charset "UTF-8";
/* CSS Document */

a:active
{
  outline: none;
}

body {
	background-color: #690715;
	background-image: url(../../img/layout/homebg.gif);
	background-repeat: repeat-x;
}

* { 
	margin: 0; 
	padding: 0;
	border:none
}

	a, a:link, a:visited {
	color: #E1BC6D;
	
  outline: none;


}
		a:hover, a:active {
	color: #E1BC6D;
	outline: none;
}