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

body {
	margin: 0;
}

#wrap {
	width: 234px;
	height: auto;
	margin: 21px auto 0 21px;
	position: relative;
}
#logo {
	width: 234px;
	height: 440px;
	background: url(../images/comebacklater.gif) top left no-repeat;
	position: absolute;
	z-index: 1;
}
#panel {
	width: 229px;
	height: auto;
	position: absolute;
	top: 440px;
	left: 0px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 6px;
}
#panel a {
	color: #F82790;
	font-weight: bold;
	text-decoration: none;
}
#panel a:hover {
	color: #F82790;
	text-decoration: underline;
}
#panel p {
	font-size: 10px;
	margin-top: 2px;
}