
img {
	border:0px;
}
#stickey_footer { /* This will make your footer stay where it is */
	border: 1px solid rgba(0, 0, 0, 0.3);
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	left: 0;
	position: fixed;
	text-shadow: 1px 1px 1px #000000;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: #FF0000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/* border curves */
#stickey_footer {
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
/* hover effect */
#stickey_footer:hover {
	background-attachment: scroll;
	background-color: #FF0000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/* shadow for the footer*/
#stickey_footer {
	-moz-box-shadow:0px 0px 11px ##A1A2A2;
	-webkit-box-shadow:0px 0px 11px ##A1A2A2;
	box-shadow:0px 0px 11px ##A1A2A2;
}
#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}
#footer_menu li {
	list-style: none;
	float: left;
	font-size:12px;
	border-right:1px solid rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#footer_menu .imgmenu {
	padding:5px 8px 3px 14px;
	float:left;
	background:url("../images/home.png") 13px 5px no-repeat;
	width:36px;
	height:30px;
	border:none;
	border-right:1px solid rgba(0, 0, 0, 0.4);
	cursor:pointer;
}
#footer_menu li:hover {
	background:#202020; /* Fallback color for old browsers */
	background: rgba(0, 0, 0, 0.3);
}
#footer_menu .imgmenu:hover {
	background:url("../images/home_hover.png") 13px 5px no-repeat;
}
#footer_menu li a {
	display: block;
	color: #cccccc;
	text-decoration: none;
}
#footer_menu li a:hover {
	color: #ffffff;
}
#footer_menu li span {
	display:none;
}
#olys{ top:-40px; position:relative;}
#olys img{  padding-left:20px; }
#wys{ padding:0px!important; margin:0; }
.footdh{
	width:1024px;
	text-align:center;
	background:#FF0000;
	height:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}