#container{
		width:550px;
		height:400px;
		background-image: url("hg.png");
		background-repeat:no-repeat;
		background-color:white;
		background-position:center;
		padding:30px 30px 30px 30px;
		margin-top:50px;
		margin-left:auto;
		margin-right:auto;
		border:5px solid #008244;
	
	}
	
	body{
		background-color:lightgrey;
		font-family:Arial;
		font-size:12pt;
	}
	