body {
	margin: 40px;
	font-style: normal;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 50px 55px 70px 55px;
  background: transparent url(background.png) center center no-repeat;
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
h1{
	font-size: large;
	font-weight: bolder;
	
}

h2{
	font-size: medium;
	font-weight: bold;
	
}
