
/*
html { 
  background: url(data/intro/images/intro1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	/*height:100%;
	width:1024px;
	height:768px;
	*/
}

html {
overflow:hidden;
}
   
a img {
	text-decoration: none;
	border:none;
	outline:none;
}

a {
	text-decoration: none;
	border:none;
	outline:none;
}

