body
{
	margin: 0px;
	padding: 0px;
	background-color:	#F0F8FF;
	margin: 0px;

}
#cont
{	background-color: 	#E6E6FA;
	margin: 20px;
	border-color: solid black;
	padding: 8px;
	height: 100%;
	width: 80%;
	position: relative;
	left: 100px;
	top: 30px;
}
h1
{
	position: absolute;
	left: 500px;


}
i
{
	position: absolute;
	left: 500px;
	top: 60px;
}


}
.container
{
	height: 50%;
	width: 80%;
	background-color: lightgreen;
	margin: 2px;
}
img
{
	width: 200px;
	height: 200px;
	position: relative;
	left: 520px;
	text-align: right;
	top: 100px;
	right: 500px;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px;
  background-color: #efefef;
  text-align: center;
}

p
{
	size: 14px;
	font-family: sans-serif, times,arial,cambria
}