body {
	background-color: #ED2690;
	margin: 50px;
}

#page {
	width: 600px;
	height: 450px;
	margin: auto;
	background-color: white;
	border: 1px solid black;
	line-height: 27px;
}

#page a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width: 600px;
	height: 450px;
	text-indent:-100000px;
	display: block;
	position: absolute;
}


#logo {
	width: 400px;
	height: 170px;
	background: url(../images/DKPRlogo.png) no-repeat 30px 40px;
	padding-right: 1px;
	position: relative;
	padding: 30px;
}

#logo a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	text-indent:-100000px;
}


#content {
	color: white;
	background-color: #42301B;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
}

#phone {
	height: 29px;
	background: url(../images/phone.png) no-repeat;
	width: 209px;
	float: left;
	position: relative;
	margin: 20px;
}

#phone a {
	display: none;
}

#email {
	height: 29px;
	background: url(../images/email.png) no-repeat;
	width: 262px;
	float: left;
	margin: 20px;
}

#email a {
	display: none;
}
