﻿/*	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: #f2fcff url(../images/skin/bg/bg-main-repeat-x.png) center top repeat-x;}	
#wrapper {background: url(../images/skin/bg/bg-main-repeat-y.png) center top repeat-y;}	
.w-w1 {background: url(../images/skin/bg/bg-main.jpg) center top no-repeat;}

#header, #footer { }
.section-inner { }
#main { }

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