body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote,tr,td {

	padding:0;
	margin:0;

}
*:focus {
	outline: 0; 
}
a, a:link, a:active, a:visited {
	color:#E4E4E4;
	text-decoration: none
}
a:hover {
	text-decoration:underline;
}

img,table {
	border:0;
}
ol,ul,li {
	list-style: none;
	list-style-type:none;
}

html {
	height:100%;
}
body {
	height:100%;
	background:url(../images/splash.jpg) center center no-repeat #626262;
	cursor:default;
}

.hokus-pokus {
	display:none;
}