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;
}
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: "" "";
}

html{
	height:100%;
	overflow:hidden;
}

body{
	background:#191919;
	color:#000;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
}


#supersize{position:fixed; top:0; left:0;}
#supersize img{height:100%;position:absolute;width:100%;z-index:0;}

#mainwrap{
	position:absolute;
	width:945px;
	margin-left:20px;
	padding-top:20px;
	z-index:10;
}


#h1_flamingo{
	background:url(../_graphics/h1_flamingo.png);
	text-indent:-9999px;
	height:264px;
	width:363px;
}

#copy{
	display:none;
}

#packshot{
	margin-top:20px;
	border:none 0;
}

a#a_preorder{
	background:url(../_graphics/preorder.png);
	display:block;
	text-indent:-9999px;
	height:35px;
	width:218px;
	margin-top:10px;
}

a#a_preorder:hover{
	background:url(../_graphics/preorder.png) 0 -37px;
}


#menu{
	background:url(../_graphics/menu.png) 0 0 no-repeat;
	width:401px;
	height:58px;
	text-indent:-9999px;
	position:relative;
	display:block;
	margin-top:20px;
}

#menu li{
	position:absolute;
}

#menu li a{
	display:block;
	height:100%;
	width:100%;
}

#li_official_site{top:0;left:0;width:102px;height:23px;}
#li_official_store{top:0;left:118px;width:119px;height:23px;}
#li_merch{top:0;left:252px;width:109px;height:23px;}
#li_facebook{top:35px;left:0px;width:74px;height:16px;}
#li_bebo{top:35px;left:85px;width:57px;height:20px;}
#li_myspace{top:34px;left:153px;width:95px;height:20px;}
#li_youtube{top:32px;left:259px;width:65px;height:28px;}
#li_lastfm{top:34px;left:335px;width:66px;height:24px;}


#col1{
	float:left;
	width:405px;
}

#col2{
	width:430px;
	float:right;
	position:relative;
	z-index:30;
	margin-right:20px;
	margin-top:80px;
}



/* --------- 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;
   }