
ol, ul  { list-style: none; }

:focus  { outline: 0; }
/* ********** RESET ********** */



#footvader {
	width: 100%;
	position: absolute;
	}

#footvader .inner {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #1d1b1c;
	}

#bottom {
	width: 100%;
	height: 40px;
	background:#333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
