html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #4b5358;
}
#content {
	width: 100%;
	background: #fff;
}
#message {
	position: relative;
	width: 1200px;
	height: 783px;
	margin: 0 auto;
	background: #fff url(../images/background.jpg) no-repeat top center;
}
#message .box {
	position: absolute;
	width: 460px;
	left: 0;
	bottom: 50px;
	padding: 20px 25px 20px 50px;
	background: #4b5358;
	background: rgba(75, 83, 88, .9);
}
#message .box h1, #message .box h2, #message .box h3 {
	font-family: 'Lato', Verdana, sans-serif;
	color: #fff;
}
#message .box h1 {
	font-size: 68px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #292d30;
}
#message .box h2 {
	margin-top: 5px;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 2px 2px 3px #292d30;
}
#message .box h3 {
	margin-top: 7px;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 2px 2px 3px #292d30;
}
footer {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Arial, sans-serif;
	line-height: 1.3;
	color: #fff;
	overflow: hidden;
}
footer a {
	color: #bdd1de;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .contact, footer .address {
	width: 380px;
	float: left;
}
footer .contact {
	margin-left: 250px;
}
footer .address {
	margin-left: 20px;
	width: 300px;
}
footer small {
	display: block;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	clear: both;
}