﻿/*	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 */
	body{background:#909090;}
#header, #footer {  }
.section-inner {  }
#main {  }

	.cta { margin-bottom: 10px; }
	.cta a {
		display: block;
		padding: 20px;
		
		color: White;
	}
		.cta a:hover {  } 
			
/* END REMOVE */