body 
{
    

	
}


#data
{
	position:absolute;
	left:0px;
	top:0px;
	height:100px;
	width:500px;
}


@media only screen and (min-width: 768px) 
{
#logo
{
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{

#logo
{
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
}
}


@media only screen and (max-width: 479px)
{
#logo
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
}