h1
{
	font-family:times;
	font-size:14;
	font-weight:bold;
	color:red;
}

div#moveme
{
	position:absolute;
	left:100px;
	top:100px;
	border:1px solid black;
	background-color:yellow;
	font-weight:bold;
	color:blue;
	width:200px;
	height:30px;
}
