/* CSS Document */
html, body {
text-align: center;
padding: 0px;
margin: 0px;
}

/*#alap{
		width: 100%;
		height: 100%; 
		background: #fff no-repeat center;
}*/

.content {
 	color: black;
	font-size: 14px;
	font-weight: normal;
	font-family: Bookman Old Style;
}

div#cont
{
	width: 100%;
	height: 100%; 
}

div#alap
	{
	width: 600px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -300px;
	}


