* {
	margin: 0;
	padding: 0;
}

#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(#e4e0ba, #f7d9aa);
}
.mycss-user{
    background-color:rgba(255,255,255,0.8);
    border-radius:8px;
}

.sbnetcount{
    text-shadow:0 0 5px #fff;
}