body {	
						background-color: #1e90ff;
						font-family: sans-serif;
}
#breadcrumbs {

						position: absolute;
						z-index: 0;
						margin-left: 15px;
						margin-top: 7px;
						text-align: left;
						font-size: 12px;
						font-weight: bold;
						color: yellow;
}
#main {
						background-color: #005B9A;
						text-align: center;
						width: 831px;
						border-style: solid;
						border-width: thin;
						margin-left: auto;
						margin-right: auto;
						margin-top: 15px;
						margin-bottom: 15px;
}
#policy {
						text-align: left;
						margin-left: 20px;
						margin-right: 20px;
}
#content {
						text-align: left;
						margin-left: 70px;
						margin-right: 70px;
}
#magicpaypalbox {				width: 650px;
						height: 850px;
						background-color: #005B9A;
						margin: 10px auto 0 auto;
						text-align: center;
}
#countdowncontainer {				font-weight: bold;
						color: #FF0000;
}
#footertable {
						margin-left: 150px;
						margin-right: 150px;
						font-size: 10px;
}
#footerbottom {
						font-weight: bold;
						font-size: 10px;
						text-align: center;
}
a:link {
						color: yellow;
						font-weight: bold;
						text-decoration: none;
}
a:visited {
						color: yellow;
						font-weight: bold;
						text-decoration: none;
}
a:hover {
						color: white;
						font-weight: bold;
						text-decoration: none;
}