body {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-size: 12px;
	background:#ebebeb url(../images/bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 100%;
	color:#000000;
	line-height:18px;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea {
	margin: 0;
	padding: 0;
}


img {
	border: none;
}

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

a {
	color:#000000;
}

a:hover {
	text-decoration:none;
}

textarea {
  overflow: auto;
  resize: none;
   outline: none;
}


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








