#imgdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:771px;
	height:422px;
	margin-top: -222px;
	margin-left: -385px;
	background: transparent url('images/page_bg.gif') no-repeat center ;
	overflow: hidden;
}
.text {
    font-family: verdana, arial, helvetica;
    color: #656565;
    font-size: 11px;
	margin-top: 13px;
	margin-left: 13px;
	margin-right: 12px;
}

#contentdiv {
	position:relative;
	border: ;
	width:390px;
	height: 260px;
	top: 215px;
	left: 317px;
}

.links {
    font-family: verdana, arial, helvetica;
    color: #656565;
    font-size: 11px;
	text-decoration:none;
}
a:hover 
{
text-decoration: underline;
color: #8dc325;
}