body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:/*#f1f2f2*/ url(../images/bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-weight: bold;
}

html {
		color:#000;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a, a:link, a:visited, input {
	outline: none;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

