* {
	margin: 0px;
	padding: 0px;
/*	border: 1px solid black/;*/
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: white;
	background: #5E0000 url(/images/bg_big.jpg) no-repeat top;
}

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: 0px;
	clear: both;
	overflow: auto;
}