html {position: relative; min-height: 100%;}
body {
	/*text-align:center;*/
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	color: #d9c78e;
	margin: 0;
	background: url(/images/bg-pattern.jpg) #130c08 repeat-x;
	text-shadow: -1px -1px #000;
	}
/********************LAYOUT****************/
#spacer{height:20px;}
#container_wrap {width:960px; margin:0 auto; }
#top{display: block; float: left; height: 615px;}
#top div{float:left;width:480px; height:615px; text-align:center;}
#top div.splash_pp{background: url(/images/paparico.png) no-repeat center top;}
#top div.splash_dl{background: url(/images/david_lumbroso.png) no-repeat center top;}
#top div a{display:block; width:100%; height:100%; text-align:center; }
#top div a img{padding-top:100px;}

#footer{display: block; float: left; width: 100%; height: 45px; padding:10px 0; text-align:center; position: absolute; left: 0; bottom: 0;}
#footer span{font-size:18px;}
#footer p{font-size:12px; color:#4c3224; padding-top:5px;}

