body{
	color:#fff;
	background-color:#141414;
	font-family: Tahoma;
	font-size:0.8em;
}

a, a:visited, a:active, a:hover{
	color:#fff;
}

strong{
	color:#cf694b;
}

blockquote{
	border:1px solid #fff;
	padding:10px;
	border-radius: 10px;
}

#code{
	max-width:100%;
	overflow-y:auto;
	font-size: 13px;
}

#lilly{
	display:none;
	padding:0;
	margin:0;
	position:fixed;
	left:50%;
	top:50%;
	height:600px;
	width:450px;
	margin-left: -225px;
	margin-top: -365px;
	background-color:#fff;
}

#lilly_img{
	width:450px;
	height:600px;
}

#footer{
	position:absolute;
	bottom:0;
	right:0;
	padding:4px;
}

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}

.button:hover{
	background-color: #111;
	color: #fff;
}
.button:active{
	top: 1px;
}
.button, .button:visited,
.large.button, .large.button:visited{
	font-size: 14px;
	font-weight: bold; 
	padding: 8px 14px 9px;
}
.pink.button, .magenta.button:visited{
	background-color: #e22092;
}
.pink.button:hover{
	background-color: #c81e82;
}