* {
	margin: 0;
	padding: 0;
}
html { overflow-y: scroll; }
#page-wrap {
	width: 180px;
	margin: 12px 10px 11px 10px;
	height: 384px;
	background-color: #eee;
	text-align: center
}

ul { list-style: none; }
ul li a {
	display: block;
	border-bottom: 1px solid #8CC63F;
	padding: 4px;
	color: #666;
}
ul li a:hover {
	background: #8CC63F;
	color: white;
}
ul li:last-child a { border: none; }
h1{margin-bottom:15px;}

img{border:0px;}

.subtitle{
	font-weight:bold;
	font-size:12pt;
}
.subscribe                         {
	width: 212px;
	height: 97px;
	position: absolute;
	margin: 0px;
	top: 0px;
	background: url(../images/web_02.gif);
}