html{
	min-width:1000px;
	height:100%;
	background: url(images/bg.jpg) top repeat-x #fff;
	
}

body{
	color:#474747;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:19px;
	min-width:1000px;
	height:100%;
	clear:both;
	background: url(images/top.jpg) top center no-repeat;
}

h2,h3,h4,h5,h6{
	margin:0;
	padding:0px;
	font-size:24px;
	line-height:24px;
	clear:both;
	font-weight: normal;
	
}
h1 {

	margin:0;
	padding:0px;
	font-size:24px;
	line-height:24px;
	clear:both;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color:#79ccfd;
	}
a:hover{
	text-decoration: none;
	color:#000;
}
img{
	border:0;
	margin:0;
	padding:0;
	
}
form, textarea {
    margin: 0;
}




