@media screen and (min-width:680px){	
	div#page-container{
		min-width:680px;	
	}
	
	div#body{
		padding-bottom:140px;
	}
	
	div#banner{
		height:500px;
	}
	
	div#logo{
		width:420px;
		margin-top:100px;
	}
	
	td#image-container-inner{
		height:600px;
	}
	
	div.button, button{
		padding-left:100px;
		padding-right:100px;
		width:auto;
	}
	
	div#results div#column-one{
		float:none;
		width:100%;
		margin-right:40px;
	}

	div#results div#column-one div#sub-column-one{
		text-align:left;
		float:left;
		width:50%;
	}
	
	div#results div#column-one div#sub-column-two{
		float:left;
		width:50%;
	}

	div#results div#column-two{
		float:none;
		width:100%;
		margin-top:40px;
	}
	
	div#results div#share-container{
		text-align:center;
	}
	
	div#outer-footer{
		height:140px;
	}
	
	div#footer-links{
		float:left;
		text-align:left;
	}
	
	div#footer-logo{
		float:right;
	}
	
	div#result-percentage-label{
		font-size:40px; 
	}
	
	div#result-percentage{
		font-size:140px; 
	}
}