	* {
      margin: 0px;
      padding: 0px;
      position: relative;
    }

	 body {
      background-color: #ffffff;
      color: #00000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 14px;
      padding-top: 10px;
      position: relative;
    }
	

    p {
      margin-bottom: 10px;
    }
	
	#container {
	  background-color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
	  height: 500px;
	  margin-left: auto;
      margin-right: auto; 
	  width: 500px;
    }

	
