body {
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		text-align: center; /* for IE */
		background:#FFFFFF;
		font-family: arial, verdana,helvetica, sans-serif;
		font-size:12px;
		color:#505050;
		line-height: 13px;
		height:100 %;
		width:100%;
		vertical-align:middle
	
		
	}
	
	#container {
		
		 position: absolute;
      left: 50%;
      top: 50%;
      width: 700px;
      height: 475px;
      margin-left: -350px; /* half of width */
      margin-top: -237px;  /* half of height */
    
		
		
	}

	P,h1,h2,h3,p
	{
	  text-align:left;
	}
	
	