body {
	background-image: url(../images/gr.gif);
	background-repeat: repeat-x;
	background-color: #967D22;
	margin: 0px;
	padding: 0px;
}

#head {

width: 900px;
height: 135px;
margin: 0 auto;
}

#gallery {
width: 900px;
margin: 0 auto;
}

.pic {
width: 200px;
border: solid 5px white;
margin: 5px;
height: 130px;
overflow: hidden;
float: left;
}

#no {
width: 900px;
clear: both;
}


