@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' */
}
* html ul li {
	height:1em;
} 
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #633;
}
img {
	margin:0;
	padding:0;
}
a {
	outline: none;
}

