/* Footer fix */

body {
	padding-top:0;
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
	background: #000;
}

#wrapper-outer{
    height: 100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}


#header-wrapper {
    /*position: fixed;*/
    width: 100%;
    min-height: 90px;
}

#content-wrapper {
    display: block;
    /*padding-top: 105px;*/
    padding-top: 50px;
	/*padding-bottom: 50px;   */
	/* Height of the footer element */
}

.homeko{
    padding-top: 0px !important;
}
#footer-wrapper {
    display: block;
	width:100%;
	/*position:absolute;*/
	/*bottom:0;*/
	/*left:0;*/

}

/* BASIC */

a:link, a:visited {
	text-decoration:none;
}

ul li {
	list-style:none !important;
}
