* {
	margin: 0px;
	padding: 0px;
/*	line-height: 120%;*/
}

html, body {
	height: 100%;
}

body {
	background: white url(/images/main_background.jpg) 50% repeat-y;
	font-family: 'Arial';
	font-size: 13px;
	color: #550000;
	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;

}

