  
	body {
	  background-color: #f2f2f2;
	  margin: auto;  
	  font-family: Arial, Helvetica, sans-serif; 
	  max-width: 1020px;
	  border: 15px solid grey;
	  margin: 0 auto;
	}

	h1 {
	  text-align: center;
	}
	  
	p {
	  font-size: 1.2em;
	  text-align: left;
	}

	.container {
	  width: 100%;
	  margin: 8% 0 5% 0;
	}
		 

	#col-left, #col-right {
	  float: left;
	}

	#col-left {
	  width: 50%;
	}

	#col-left img {
	  width: 50%;
	  margin-left: 35%;
	  margin-top: -10%;
	}

	#col-right {
	  width: 50%;
	} 
	
	.submit {
	  text-align: center;
	  font-weight: bold;
	  padding: 1% 2%;
	  margin: 3% auto;
	  border: 2px solid grey;
	}
	
	.submit:hover {
	  border: 2px solid yellow;
	}
	
	#links {
	  width: 100%;
	  height: 35px;
	  background-color: black;
	  border: 3px solid grey;
	  margin: 3% auto;
	  text-align: center;
	  padding-top: 10px;/**/
	}

	#links a {
	  color: white;
	  font-size: 1.2em;
	  font-weight: bold;
	  text-decoration: none;
	  margin: 0 auto;
	}

	#links:hover {
	  border: 3px solid yellow;
	}

	#links a:hover {
	  color: yellow;
	}

	ul {
	  width: 100%;
	  list-style: none;
	}

	li {
	  float: left;		
	  padding: 0 140px;  
	}

	li a {
	  display: block;
	  color: white;
	  font-size: 1.2em;
	  font-weight: bold;
	  text-align: center;
	  text-decoration: none;
	  margin: 0 auto;  
	}

	li a:hover {
	  color: yellow;
	}

	.button1, .button2 {
	  color: white;
	  background-color: black;
	  font-weight: bold;
	  text-decoration: none;
	  border: 3px solid grey;
	}
	 
	.button1 {
	  padding: 1% 5%;
	  border-radius: 25px;
	}
	 
	.button2 {
	  padding: 1% 2%;
	  border-radius: 50x;
	}  

	.button1:hover, .button2:hover {
	  color: yellow;
	  border: 3px solid yellow;
	}

	/* ========== clearfix & clearfloat =========== */

	.clearfix:after {
	  content: "";
	  clear: both;
	  display: table;
	}

	.clearfloat {
	  font-size: 0px;
	  margin: 0;
	  padding: 0px;
	  clear: both;
	  float: none;
	  height: 0px;
	  width: 0px;
	  border: 0px none;
	  line-height: 0px;
	}  