html 
{ 
   	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
	width: 100%;

	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
}

body 
{ 
   	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
	width: 100%;	
}

img
{
position: absolute;
right: 0px;
top:300;

}



