body {
	width: 100%;
	height: 100%;
	margin: 0%;
	padding: 0%;
	font-family: Arial;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

a:hover {
	color: red;
}

#topframecontent {
	
}

#header {
	background-color: red;
}

#jkprps {
	position: absolute;
	top: 50px;
	right: 5px;
}

#topframe {
	border: 0px solid white;
	position: absolute;
	top: 50%;
	height: 250px;
	margin-top: -125px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
}

#siteads {
	position: absolute;
	bottom: 10px;
	left: 50%;
}

#siteads.google {
	width: 728px;
	margin-left: -364px;
}

#siteads.facebook {
	width: 468px;
	margin-left: -234px;
}

#addtogoogle {
	position: absolute;
	width: 100%;
	bottom: 110px;
	text-align: center;
}

