html, body {
	font: 12pt Arial, Helvetica, sans;
	height: 100%;
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
}

.carousel_container {
	width: 750px;
	height: 500px;
	margin: 0px auto;
	position: relative;
}

#black {
	background: black;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	color: white;
	z-index: 1000;
}

h1.logo {
	width:404px;
	height:120px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	margin-bottom:0px;
	border: none;
}

#footer {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border: none;
}

a:hover {
	color: gray;
}

img {border: none;}


#claim {
	border-bottom: 1px solid #800000;
	width: 380px;
	margin: 10px auto;
	text-align: center;
	font-family: Cambria, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;

padding-bottom: 7px;
}


#carousel1 p {
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
}

p.claim {
	margin: 10px auto;
	padding-top: 100px;
}

p.claim a{
	text-align: center;
	font-family: Cambria, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;

padding-bottom: 7px;
}


