body {
	background-color: white;
	background-image: url('../images/indexBGx1024.jpg');
	background-attachment: fixed;
	background-position: 50% 50%;
}

img, div, body {
	margin: 0px;
	border: none;
	padding: 0px;
}

a img {
	border: none;
}

p, td {
	font-family: sans-serif;
	font-size: smaller;
}

a:link {
	color: #FF7ED2;
}
a:visited {
	color: #FF7ED2;
}
a:hover {
	color: #FF7ED2;
}
a:active {
	color: #FF7ED2;
}


.opacity70 {
	background-image: url('../images/site/opacity70.png');
}

#banner {
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
	position: relative;
	width: 300px;
	height: 140px;
}

#bodyBlockWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
	width: 800px;
	height: 400px;
	border: 3px solid #FF7ED2;
}

#bodyBlock {
	margin: 0px 5px;
}

#footer {
	position: absolute;
	bottom: 2px;
	width: 100%;
	color: white;
	font-size: 10pt;
	font-family: sans-serif;
	text-align: center;
}
