/* -------- Screen CSS ------------------- */
/* -------- Created 01/02/2010 ----------- */


/* --------------------------------------------- Reset --------------------------------------------- */
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,sub,sup,tt,var,dd,dl,dt,li,ul,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;}
table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}object{outline:none;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* --------------------------------------------- CORE --------------------------------------------- */
html {height:100%;}

body {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000;
	color:#ffffff;
}

a {color:#000000;font-weight:bold;text-decoration:none;background:#ffffff;}
a:hover {background:#333333;color:#ffffff;}

h1 {font-size:32px;font-weight:bold;color:#ffffff;}
h2 {font-size:18px;font-weight:bold;color:#ffffff;}

.clearfix {clear:both;}

#topBar {position:absolute;z-index:200;width:100%;height:13%;top:0;left:0;}

#mainContent {position:absolute;z-index:100;width:100%;height:100%;left:0;}

/* no flash fallbacks */
#index #mainContent {background:url(../images/sliceup-CONTENT.jpg) center no-repeat;}
#who #mainContent {}
#what #mainContent {}
#where #mainContent {}