/*	SKIN.CSS - Stylesheet for the visual style 
	(background properties and images and foreground colors)
	Nothing in skin.css should cause elements in the layout to change position */


/*	REMOVE: included to provide a visual guide for demo 
	- .cta margins might normally be in main.css */

#footer { background-color: transparent; }
.section-inner { }
.w-w1 {  background: #e6ebf0 url(/images/bg.jpg) no-repeat center top; }
#main { }

	.cta { margin-bottom: 10px; }
	.cta a {
		display: block;
		background-color: #AAA;
		color: White;
	}
		.cta a:hover { background-color: #999; } 
			
/* END REMOVE */