html, body {
	height: 100%;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	color:#323232;
}
h1, h2, h3, h4, td, tr, table, form, p, div, body, html, img, br, ul, li {
	margin: 0px 0;
	padding: 0px;
}
div.relative {
	position:relative;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.img img {
	border: 1px solid #323232;
	padding: 1px;
}