
body {
	padding: 0px;
	margin: 0px 0px 0px 0px; 
	background: url('hundred_dollars.jpg') repeat;
	color: #000000;	
	font-family:  "Verdana", "Arial", sans-serif;
	font-size: 14px;
	text-align: center;

}

h1 {
	color: #000000;
	font-size: 22px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

p {
	padding: 0px 25px 0px 25px;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}	

a:visited { 
	color: #0000FF; 
}


td {
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-width: 0px 1px 0px 1px;
	padding: 5px 3px 5px 3px;
	margin: 0px;
	background-color: #ffcc66;
	font-size: 14px;
} 

td.subscribe {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}
 
#container {
	margin: 0px auto;
	position: relative; /* ensures everything is positioned relative to this element and not the browser window */
	padding: 0px;
	width: 750px;
	height: 3670px;
	text-align: center;
	margin-top: 0px;

}

#header {
	position:absolute;
	top: 10px;
	left: 0px;
	height: 90px;
	width: 750px;
	background: url('background_top.jpg') repeat-x 0px 0px;
}

#menu	{
	position:absolute;
	top: 100px;
	left: 0px;
	width: 750px;
	height: 50px;
	background: url('background_container.jpg') repeat-y 0px 0px;
}

#center {
	position:absolute;
	top: 150px;.
	left: 0px;
	width: 750px;	
	height: 3500px;	
	background: url('background_container.jpg') repeat-y 0px 0px;
}

#bottom {
	position:absolute;	
	top: 3650px;	
	left: 0px;
	width: 750px;
	height: 20px;
	overflow: hidden;
	background: url('background_bottom.jpg') repeat-x 0px 0px;
}

