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

body {
background-color: #c1d72d;
display: block;
position:absolute;
width: 260px;
margin-left: -130px;
left: 50%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.noShow {
display: none;
}

#content {
position: absolute;
top: 200px;
background-image: url(images/entry.gif);
width: 266px;
height: 176px;
background-repeat: no-repeat;
background-position: top left;
}


#secretLink {
	position: absolute;
	display: block;
	top: 361px;
	left: 25px;
	width: 200px;
	height: 16px;}

#secretLink a {
display:block;
width:200px;
height: 13px;
}

#secretLink a:visited {
color: #B5D210;
}

#secretLink a:hover {
color: #B5D211;}