body {
	margin-top: 25px;
	background-color: #e7e7e7;
	text-align: center; /* Because IE is gay */

}

.sample {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial;
	font-size: 13px;
	color: #343434;
}

#main {
	margin: 0 auto;
	padding: 0px;
	width: 664px;
	height: 600px;
	background-color: #ffffff;

}


#content {
	margin: 209px auto;
	position: relative;
	width: 664px;
	height: 395px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0;

}

#block {
	margin: 44px 0 0 423px;
	position: absolute;
	width: 240px;
	height: 139px;
	padding: 0;
	background-color: #f7feff;
}


#title {
	margin: 44px 0 0 423px;
	position: absolute;
	width: 238px;
	height: 61px;
	background-image: url(use_img/title.gif);
}



.galimage {
	margin-right: 10px;
	height: 368px;
}




#button {
	margin: 104px 0 0 423px !important;
	position: absolute;
}

#button a:hover{
	background-position: 0 79px;
}


#button a.home {
	position: absolute;
	margin: 0;
	width: 33px;
	height: 79px;
	background-image: url(use_img/home2.gif);
}

#button a.gallery {
	position: absolute;
	margin: 0px 0 0 58px;
	width: 56px;
	height: 79px;
	background-image: url(use_img/galleries2.gif);
}

#button a.about {
	position: absolute;
	margin: 0 0 0 136px;
	width: 39px;
	height: 79px;
	background-image: url(use_img/about2.gif);
}

#button a.contact {
	position: absolute;
	margin: 0 0 0 194px;
	width: 47px;
	height: 79px;
	background-image: url(use_img/contact2.gif);
}

