img, div { behavior: url(iepngfix.htc) }

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	background: #333;
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0px;
}

iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

.clear {
	height: 0!important;
	position: relative!important;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden!important;
}