
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-image: url(images/pacific-coast-spring_01.jpg);
		background-repeat: repeat-x;
		background-color: #f1f6f9;
	}
	#container {
		min-height:100%;
		position:relative;
		background-image:url(images/bg-content.png);
		background-repeat:repeat-y;
		background-position:center;
	}
	.margybottom { margin-bottom:-5px; }
	
	#body {
		padding:0px;
		padding-bottom:75px;
	}
	#footer {
		position:absolute;
		padding:0px;
		bottom:0;
		width:100%;
		height:75px;			
	}
	
	#footercontent {
		padding:0px;
		bottom:0;
		width:778px;
		margin-right:auto;
		margin-left:auto;
		bottom:0;
		height:75px; 
	}
	
	#maincontent {
		padding:0px 15px 15px 15px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		line-height:20px;
	}
	
	#product {
		padding-bottom:25px;
		clear:both;
	}
	
	a {
		font-weight:bold;
		text-decoration:none;
		color:#900;
	}
	a:hover {
		text-decoration:underline;
	}
	h2 {
		margin:0px 0px 6px 0px;
		padding:0px;
	}
	
	

	