body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	background:#000;
}

#powered {
	width: 200px;
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 12px;
	display: flex;
	line-height: 1.5;
    display: flex;
	height: auto;
/*	margin: 10px 25px 0 0;*/
	z-index: 2;
}

a:link {
	color: #FFB11B;
	text-decoration: none;
}

.powered {
    font-size: 13px;
    text-align: right;
    font-family: Helvetica;
    right: 20px;
	color: #FFB11B;
}

/*#icon {
    background-color: transparent;
    position: absolute;
    top: 7px;
    z-index: 3;
}

.icon {
    width: 30px;
    height: 30px;
    text-align: right;
    right: 10px;
}*/