@charset "utf-8";
/* CSS Document */

#wrapper {
	position: relative;
	background-color: #000;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-position: center center;
	padding-top: 75px;
}
#insidewrapper {
	position: relative;
	float: left;
	padding-top: 50px;
}
body {
	background-color: #000;
}
#insidewrapper p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
}
#insidewrapper a {
	color: #FFF;
	text-decoration: none;
}
#insidewrapper a:hover {
	text-decoration: underline;
}
#wrapper center p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #A47C63;
	font-weight: bold;
}
