@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
body{
	background:url("") white;
	}
#logo-holder{
	margin:0px auto;
	text-align:center;
	}
p.header{
	font-size:40px;
	font-weight:bold;
	color:#b39340;
	text-shadow:2px 2px 2px #111;
	}
p.lower-part{
	margin-top:15px;
	line-height:20px;
	font-size:15px;
	color:#b39340;
}
p.bottom-part{
	margin-top:15px;
	line-height:20px;
	font-size:15px;
	color:#b39340;
}
p.bottom-part a{
	color:#b39340;
	font-size:15px;
}