@charset "utf-8";
/* -- Home Page Style Sheet */
body {
	margin: 50px auto;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(/images/backgrounds/back.gif);
}

h1 {font-size: 2em; color: #F993AB;}
h2 {font-size: 1.6em;color: #F993AB;}
h3 {font-size: 1.4em;color: #F993AB;}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 662px;
	text-align: center;
}

#content {
	font-size: 1.2em;
	color: #F993AB;
}

#entry-image {
	width: 662px;
	height: 422px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/entry-20090702.png);
}

* html #entry-image {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/entry.png", sizingMethod="scale");
}

#entry-link {
	position: absolute;
	top: 362px;
	right: 30px;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}