body, html { margin: 0; padding: 0; text-align: center; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; font-size: 16px; color: #ffffff; line-height: 24px; background-image: url(images/Westrock-Properties-Background.jpg); background-position: center; }

.outer { display: table; position: absolute; height: 100%; width: 100%; } 
.middle { display: table-cell; vertical-align: middle; } 
.inner { margin-left: auto; margin-right: auto; width: 510px; } 

#logo { margin: 0px auto 34px auto; width: 321px; }

p { margin-top: 0px; margin-bottom: 12px; }

.clear { clear: both; }
.semibold { font-weight: 700; }
.med { font-weight: 300; font-size: 14px; line-height: 20px; }
.sm { font-size: 14px; font-style: italic; line-height: 20px; }

a {}
a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:hover { color: #e0e0e0; text-decoration: underline; }

@media screen and (max-width:530px) {
	
	.inner { width: 100% !important } 
	#logo { height: auto !important; }
	#logo img { max-width: 80% !important; height: auto !important; width: auto !important; /* For IE8 */ }
	p { width: 80% !important; margin-left: auto !important; margin-right: auto !important; }
	
}