body {background-color: #000000;
	color: #ffffff;
	font-family: Ariel, Helvetica, sans-serif;
	}
	
#mtghero {height: 300px;
			width: 500px;
			background-image: url(mtglogo.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}
			
#mtgimagehero {height: 750px;
			background-image: url(magicthegathering.jpeg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}
			
			
			
			.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}