/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url('/images/main-bg.png') repeat;
	color: #000;
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.content {
	width: 650px;
	margin: auto;
	margin-top: 100px;
}
.content .logo {
	background: url('/images/logo.svg')  no-repeat;
	width: 328px;
	height: 184px;
	margin: 10px 0 0 25px;
}
.content .tagline {
	font-size: 17px;
	text-align: center;
	width: 365px;
	margin-top: 30px;
	letter-spacing: .01em;
	word-spacing: .1em;
	line-height: 20px;
}
.content .tagline span {
	font-size: 13px;
	color: #999;
}
.content .bear {
	width: 258px;
	height: 583px;
	background: url('/images/eddy.png') no-repeat;
}
.content a.contact-btn {
	background: url('/images/contact-btn-bg.png') top left no-repeat;
	width: 117px;
	height: 49px;
	display: block;
	color: #4a494a;
	text-decoration: none;
	line-height: 56px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
.content a.contact-btn:hover {
	background: url('/images/contact-btn-bg.png') bottom left no-repeat;
}


















