body {
  	height:100%;
	width:auto;
	background-image:url(1.png);
	background-position: top;
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: "Times New Roman";
}

* {
    margin:0px;
    padding:0px;	
}

#header {
  	position: relative;
  	background: url('sh.png');
	background-color:#FFF;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
  	height: 257;
  	display:block;
	box-shadow: 0px 0 15px black;
	
}
#header h1 {
  	position: absolute;
  	font-size: 58px;	
	font-family: 'Josefin Slab';
	color: #CC0000;
	font-weight: 600;
	left:340px;
}

.teh {
	margin:10px auto;
	padding: 5px;
	font-size:14px;
	color:#31231E;
	font-family: 'Josefin Slab';
	font-size:15px;
	text-decoration: none;
}
.teh a {
	text-decoration: none;
	color:#31231E;
}