html {
	padding: auto;
	background: fixed #8d0101 url('img/bg3.jpg') repeat-x;	
	}

body { 
	color: #FFFFFF;
	background: black;
	width: 1000px;
	min-height: 600px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: auto;
	padding-right: auto;
	font-family: A Font with Serifs, Bell MT, times, serif;
	font-size: 115%;
	}
	
p {
	font: Bell MT, times, serif;
	font-size: 100%;
	}
a:link { 
	font-weight: 110%;
	text-decoration: none; 
	color: gray;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9E1414;
	}
a:hover, a:active { 
	text-decoration: none;
	color: white;
	}

#paypalbutton {
	margin-left: 355px;
}

	
#header {
	background: transparent url('img/bloglogo3.png') no-repeat;
	left: auto;
	right: auto;
	width: 1000px;
	height: 230px;
	text-align: right;
	margin-bottom: -25px;
}

#body {
	background-color: #000000;
	min-width: 800px;
	min-height: 400px;
	
	
}

#footer {
  background: transparent url('img/footer.gif') no-repeat;
	position: relative;
	text-align: center;
	min-width: 1000;
	height: 245px;
	bottom: -10px;
	background-color: #000000;
	
}
	
	
	
	
	
	