/* STYLES FOR MOTION GRAPHICS CLASS PROJECT */
/* CLICK-A-WISH CLICK-A-DO BUTTON */

* {margin: 0; padding: 0;}

body {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	background: #590202;	
}

#header {
	width: 100%;
	height: 199px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #F2B705 url(../images/bg_topBar.jpg) repeat-x top left;
}

#flash_container {
	margin: 0 auto;
	width: 1250px;
	position: relative;
	z-index: 2;
}

#footer {
	width: 100%;
	height: 255px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(../images/bg_bottomBar.jpg) repeat-x bottom left;
}

