body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
h1#Logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 400px;
	text-indent: -9999px;
}

p#details {
	font-family: century gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	width: 400px;
	text-align: center;
	letter-spacing: 2.5px;
}

p#details a {
	color: #000;
	text-decoration: none;
}

p#sorry {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 400px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}

p.links {
	font-family: times new roman, times,serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 30px;
	font-style: normal;
	letter-spacing: 2.5px;
}

p.links a  { 
	font-style: italic;
	color: #000;
	text-decoration: none
}

p.facebook a {
	background-image: url(images/fb.gif);
	background-repeat: no-repeat;
	display: block;
	width: 44px;
	height: 45px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}	