@charset "UTF-8";

/* -- ** RESET ** --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- RESET END ** -- */


body {
	margin:0 auto;
	padding:0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#000;
	font-size:14px;
	line-height:1.4em;
	background:url(img/main_bg.jpg) repeat-x top;
	}

img {
	border:0;
	}

a {
	color:#000;
	text-decoration:underline;
	}

a:hover {
	color:#999;
	text-decoration:none
		}

#wrapper {
	width:100%;
	margin:0 auto;
	}

.header {
	padding:16px 0 0 20px;
	font-size:1.4em;
	color:#dd1739;
	}

.main {
	display:block;
	width:100%;
	text-align:center;
	margin:100px auto 0 auto;
	}

.contact {
	font-size:1.8em;
	color:#999;
	line-height:1.2em;
	margin-top:60px;
	}

.contact strong {
	font-weight:normal;
	color:#000;
	}