body, input, select, textarea, td, th, font {
   color:#000;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   }
   
body {
	background:#000;
	border: 0;
	margin: 0;
	padding: 0;
}
  

form,
p,
h1,h2,h3,h4,h5,h6,
img
{
	margin:0;
	border:0;
	padding:0;
}


b,strong{font-weight:bold;}



ul,
ol,
li{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	color:#000;
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

/* 
* BASE ==========================================
*/


div#base{
	position:relative;
	background:#000;
	min-width:900px;
	text-align:center;
	z-index:2;
	}
	div#base-intro{
		position:relative;
		margin:20px auto;
		width:900px;
		min-height:700px;
		z-index:10;
		background:none;
		}

