html {
height: 100%;
background: #000;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
}

body {
	margin:0;
	padding:0;
	font-family:helvetica, arial,geneva, sans-serif;
	font-size:12px;
	color: #fff;
	width:100%;
	height:100%;
	text-align:center;
	background-color: #000000;
   scrollbar-base-color: #DEDEDE;
   scrollbar-arrow-color: #F3960B;
   scrollbar-DarkShadow-Color: #000000;
  }


a:visited,a:active,a:link { color: Snow ; text-decoration: none; }
a:hover { color: #F70909; text-decoration: none; }

table,tr,td { font-family:helvetica, arial, geneva, sans-serif;font-size: 12px; }
img { border:none; }
textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:14px;color: black; }
hr { width: 90%; background-color: #ECD872; border:0; height: 2px; }

.footer { background:  url() no-repeat; height:50px; width:1100px; color: #E41B17; text-shadow: black 0.2em 0.2em 0.3em; }