html {
	background: transparent url(images/bg.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font: normal 1em/1.8em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: black;
	text-align: center;
	background: transparent no-repeat center top;
}

#divContainer {
	margin: 0px auto;
	padding: 0;
	width: 696px;
	border: 1px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 70px;
}

a { 
	font-weight: bold; 
	text-decoration: none;
}



