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, 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;
}

html {
	min-height: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #000;
	min-height: 100%;
	line-height: 1;
	text-align: center;
	font-family: arial;
}

ol, ul {
	list-style: none;
}

input, select, textarea {
	padding: 0;
}

/*blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

:lang(en-us)>q {
	font: 600 30px arial;
	quotes: "\201c" "\201d" "\2018" "\2019";
}

:lang(en-gb)>q {
	quotes: "\2018" "\2019" "\201c" "\201d";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* cross-browser compatibility for input fields and text areas */

textarea, input, select {
	margin: 0;
	vertical-align: bottom;
}

textarea:disabled, input:disabled, select:disabled , button:disabled {
	background: #B2B2B2;
	color: #000;
	cursor: not-allowed;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

/* Default link colors */

small, sub, sup {font-size: .80em;}
sub {vertical-align: sub;}
sup {vertical-align: super;}

span.bold {font-weight: 600;}
span.italic {font-style: italic;}
span.underline {text-decoration: underline;}
span.strike {text-decoration: line-through;}
span.uppercase {text-transform: uppercase;}
span.lowercase {text-transform: lowercase;}
span.capitalize {text-transform: capitalize;}

@font-face {
	font-family: texgyreadventor_bold;
	src: url('../fonts/texgyreadventor_bold.otf');
}

/* IE6 PNG Fix */
img, div, a, input {behavior: url('ie6/iepngfix.htc');}
a:hover {text-decoration: none;}


/* General Style */

.hide {
	display: none;
}

#wrapper {
	overflow: hidden;
}

#logo {
	margin: 0 auto;
	margin-top: 135px;
	background: url('../images/logo.png') no-repeat 50% 50%;
	width: 200px;
	height: 240px;
	overflow: hidden;
}

#coming_soon {
	margin: 10px auto;
	font: 700 50px arial;
	color: #FFF;
}

#footer {
	margin-top: 115px;
	padding: 0 5%;
	width: 90%;
	font: 30px arial;
	color: #CCC;
	text-align: right;
	overflow: hidden;
}