html{
	background-image: url(../images/grass.jpg);
	background-repeat: repeat-y;
	background-position: center 580px;
	width:100%;
	height:100%;
  	display: table;

}
body {
	margin: 0px;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	display: table;
}
p {
	color: #663300;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 6px;
}
.link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #0000CC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000CC;
	font-size: 30px;
	margin:0px;
	margin-bottom: 10px;
	margin-left:-3px;
	font-style: italic;
	font-weight: normal;
}
#content {
	height: 560px;
	width: 780px;
	position:relative;
	margin: auto;
	text-align: left;
}
#text {
	position: absolute;
	height: 392px;
	width: 272px;
	left: 439px;
	top: 55px;
}
.button {
	height: 33px;
	width: 78px;
	position:absolute;
	left: 24px;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 30px;
	color: #663300;
}
a.button:hover {color:#FFFFFF}
.active {color: #FFFFFF}

#home {top: 175px;}
#gallery {top: 216px;}
#shop {top: 256px;}
#contact {top: 298px;}

#creative {
	position:fixed;
	background-image:url(../images/footer_grass.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	text-align:right;
	font-size: 8px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	bottom: 0;
	z-index: 1;
}
.creative_link {color:#666666}
a.creative_link:hover {color:#333333}

