@charset "UTF-8";
.home_main {
	padding: 20px 100px 600px 20px;
	background-image: url(images/wood.jpg);
	background-repeat: repeat;
	
}

.home_image {
	padding: 5px 0px 0px 0px;
}
	

.body {
	color:#555555;
	padding-top: 5px;
	text-align: center;
}

a:link {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}

a:visited {
	color: #555555;
	text-decoration: underline;
}


