/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for COP 
*/

/* COLORS
*/

/* MAIN STRUCTURE */

body {
	background: #791a1d url("images/background.jpg") no-repeat center;
	}

#page {
	background: url("images/primaryA.gif") no-repeat center;
	height: 651px;
	width: 800px;
	margin: 0 auto;
	}

#title {
	background: url("images/title.jpg") no-repeat center;
	height: 100px;
	margin: 30px 0 0 0;
	}

#adcopy {
	background: url("images/adcopy.jpg") no-repeat center;
	height: 447px;
	}

#link {
	height: 66px;
	width: 300px;
	margin: 20px 0 0 40px;
}

a#button {
	display: block;
	background: url("images/button.gif") no-repeat;
	height: 66px;
	width: 291;
	}

a#button:hover {
	background: url("images/yellow-button.gif") no-repeat;
	}