@charset "UTF-8";
/* CSS Document */
/* Layout formating for Saveology Microsite */
/* Author = Sean Crowe */
/* Date = 11/24/08 */
/* Property of Crossborders LLC */

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#91c83e;
	text-align: center;
	margin: 0 auto;
	width:1050px;
	}
	
		
.header h1{
	margin:0px;
	padding:0px;
	background:url(../img/peoplejam_02.jpg) top left no-repeat;
	width:1050px;
	height:167px;
	}
	
.header h1 span{
	display:none;
	}
	
.media{
	width:747px;
	height:435px;
	margin:0px;
	padding:2px 151.5px 13px 152px;
	background:url(../img/peoplejam_05.jpg) top left no-repeat #f89829;
	color:#fff;
	text-align:center;
	}
	

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration:none;
	border:0px;
}

a:hover {color:#000;border:0px;}

.pj{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:right;
	}
	
