* {
    margin: 0;
    padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	font-smooth: always;
}
html{
	margin: 0;
	padding: 0;
	border: 0;
	height: 150px;
	width: 100%;
}
body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 150px;
	width: 100%;
	color: rgb(185, 185, 185);	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

#profile {
position:relative
	border: 0;
    height: 150px;
    overflow: auto;
}