body,#dummyBody {
	background-image: none;
}

/* center <div> for IE*/
div#logo {
	width:500px;
	margin:auto;
}

/* position div for browsers that have a clue*/
div#logo{
	left:50%;
	top: 50%;
	margin:0 auto;
	margin-top: -100px;
	margin-left:-105px;
	position:absolute;
}

div#logo {
	width: 210px;
	height: 150px;
	background-image: url(/core-index/layouts/petas/logo-startside.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
div#text {
	left:50%;
	top: 50%;
	margin:0 auto;
	margin-top: 50px;
	margin-left:-85px;
	position:absolute;
	width: 170px;
	height: 100px;
	text-align: right;
	color: #ccc;

}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #666;;
}
