@charset "utf-8";
/* CSS Document */
/* default values for common elements */
html {
	height: auto;
	height: 101%; /* creates a permanent scroll in ie to avoid the 'jump' */
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('../_images/bkgds/bkg_grad_black.png');
	background-repeat: repeat-x;
}
img {
	margin:0;
	padding:0;
}
a {
	outline: none;
}

