/* ------------------------------------------------------------------- */
/* RESET ------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
*{
	margin:0; padding:0;
	border:0px solid;
	outline:none;
}
article, aside, details, figcaption, 
figure, footer, header, hgroup, menu, 
nav, section, textarea { display:block; }
html {
	height:100%;
	-webkit-text-size-adjust:none;
}
body {
	min-width:776px !important; min-height:574px !important;
	width:100%; height:100%;
	line-height:1.5;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/noise.gif) left top repeat #000;
	cursor:default;
	overflow:auto;
}

/* ------------------------------------------------------------------- */
/* GENERAL TAGS ------------------------------------------------------ */
/* ------------------------------------------------------------------- */
a { color:#FFF; text-decoration:none; }
a:hover { color:#999; text-decoration:none; }
strong { color:#FFF; }
ul { list-style:none; }

/* ------------------------------------------------------------------- */
/* CLEAR, ALIGNMENT, MARGIN & PADDING, ECC --------------------------- */
/* ------------------------------------------------------------------- */
.clear {
	width:100%;
	height:0px;
	font-size:0px;
	clear:both;
}

