*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #ffd6e8;
}

a
{
	color: #102660;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	width: 500px;
	height: 280px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	-moz-box-shadow:    0px 0px 10px -5px #000000;
	box-shadow:         0px 0px 10px -5px #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px -250px;
}

#container .logo
{
	display: block;
	width: 100%;
	height: 62px;
	padding: 19px 0;
	border-bottom: 1px dashed #ffd6e8;
}

#container .content
{
	display: block;
	width: 100%;
	height: 100px;
	padding: 40px 0;
	background-color: #e3eaff;
	background-image: url("../images/moeder.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
