@charset "utf-8";

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: 20px;
	color: #A4B0AE;
}
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;
}
.selected {
	text-decoration: none;
	color: #AF1C40;
}
a {
	color: #A4B0AE;
	text-decoration: underline;
	outline: 0;
}
a:selected {
	outline: none;
}
a:hover, #menu a:hover, #footer a:hover {
	color: #fff;
	outline: 0;
}
a:hover, a:active, a:focus {
    outline: 0;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

body {
	background: url(img/bgd.jpg) #000 center -270px no-repeat;
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
	letter-spacing: -0.02em;
}
/*@-moz-keyframes hatchanim {
	0% {
		opacity: 0.7;
	}
	50% {
		opactiy: 1;
	}
	100% {
		opactiy: 0.7;
	}
}*/
#hatch {
	width: 2000px;
	height: 2000px;
	overflow: hidden;
	display: block;
	background: url(img/hatch.png) transparent;
}
#container {
	width: 960px;
	margin: 0px auto;
	overflow: visible;
	margin-top: -2000px;
}
#top {
	margin-top: 120px;
}
#logo {
	width: 490px;
	height: 88px;
	background: url(img/logo.png) transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.colora {
	color: #424242;
}
.colorb {	
}
h1 {
	font-size: 30px;
	margin-bottom: 19px;
	display: block;
}
h2 {
	font-size: 16px;
	margin-top: 240px;
	display: block;
}