* { margin: 0; padding: 0; }
		body {
			margin: 0;
			padding: 0;
			border: 0;
		}
		html { 
			background: url(../img/bg1.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		img, div, input { 
			outline:0;
			behavior: url("iepngfix.php");
		}
		a {	
			outline:0; 
		}
		textarea { 
			border:0px;
			font-family:arial,verdana;
			font-size:12px;
			color:#FFFFFF;
			background:transparent url(img/spacer.gif) repeat;
		} 
		input {
			border:0px;
			font-family:arial,verdana;
			font-size:12px;
			color:#FFFFFF;
			background:transparent url(img/spacer.gif) repeat;
		} 
		a:link {
			text-decoration:none;
			color:#ffffff;
		}
		a:visited {
			text-decoration:none;
			color:#ffffff;
		}
		a:active {
			text-decoration:none;
			color:#ffffff;
		}
		a:hover {
			text-decoration:none;
			color:#121212;
		}
		a img { border: 0; }