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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:arial, verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Layout*/
body{
	background:#000000 url(../_graphics/bg.jpg) top center no-repeat;
}

#mainwrap{
	width:1009px;
	margin:0 auto;
	position:relative;
}

#sns_logins{
	margin:15px auto;
	width:233px;
	height:24px;
}

#a_twitter{
	float:left;
}

#fb_login{
	float:left;
	margin:1px 15px 0px 0px;
}

#video{
	width:532px;
	margin:5px auto;
}

#h1_logo{
	width:639px;
	height:83px;
	text-indent:-9999px;
	background:url(../_graphics/h1_logo.png) 0 0 no-repeat;
	margin:55px 0px 0px 191px;
}

#h2_symbol{
	width:120px;
	height:285px;
	text-indent:-9999px;
	background:url(../_graphics/h2_symbol.png) 0 0 no-repeat;
	position:absolute;
	top:-34px;
	right:30px;
}

#h3_signin{
	width:1009px;
	height:36px;
	text-indent:-9999px;
	background:url(../_graphics/h3_signin.gif) 0 0 no-repeat;
	margin-top:9px;
}

#h3_preorder{
	width:780px;
	height:59px;
	text-indent:-9999px;
	background:url(../_graphics/h3_preorder.gif) 0 0 no-repeat;
	margin:20px auto 0px auto;
}
#h3_preorder a{
	display:block;
	width:113px;
	height:25px;
	margin:12px 0px 0px 472px;
}

#h4_youtube{
	width:61px;
	height:23px;
	text-indent:-9999px;
	background:url(../_graphics/youtube.gif) 0 0 no-repeat;
	margin:10px auto 0px auto;
}
#h4_youtube a{
	display:block;
	width:100%;
	height:100%;
}

/* --------- CLEARFIX --------- */

/* full clearfix */
/* add to floating elements which should not float afterthem */ 
* html .cf {
   height: 1%; /* IE5-6 */
   }
* + html .cf {
	display: inline-block; /* IE7not8 */
	}
.cf:after { /* FF, IE8, O, S, etc. */
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }