
body {
	text-align: center; 
	background-color:#C0C0C0;
	padding: 0px; 
	width: 1500px;
	margin-top: 0px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: "Lucida Grande", Verdana, Sans-serif; 
	font-size: 12px;
	color: #C0C0C0;
	} 
	
#savedstuff {
	background-image: url(../images/bg3.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	position:fixed; 
	}
	
#bg_div {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat; 
	position:absolute;
	z-index:-1;
	top:10px;
	width: 1500px;
	height: 1125px;
	margin: 10 auto 0 auto;
	}
#bg_div2 {
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat; 
	position:absolute;
	z-index:-1;
	top:10px;
	width: 1500px;
	height: 1125px;
	margin: 10 auto 0 auto;
	}


#bg_div3 {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat; 
	position:absolute;
	z-index:-1;
	top:10px;
	width: 1500px;
	height: 1125px;
	margin: 10 auto 0 auto;
	}

#top_buffer {
	width: 1000px;
	height: 108px;
	margin-top: 0px; 
	margin-left: auto;
	margin-right: auto;
	padding:0px 0 0 0;
	}
	
#page_content {
	width: 1000px;
	height: 1250px; 
	margin-top: 30px; 
	margin-left: auto;
	margin-right: auto;
	}
	
#legal {
	width: 1000px;
	position:absolute;
	z-index:2;
	height: auto; 
	top:1730px;
	margin-top: 0px; 
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	}
	
h5 {
	color:#F00;
	}