@charset "utf-8";
/* CSS Document */
body {
	background-color:#999;
}


div#verhuisd-container {
	width:500px;
	height:200px;
	margin-top:
	display:block;
	margin:25% auto 0 auto;
	}

	div#suitcase {
		background-image:url('../images/pimgifts_suitcase.png');
		background-repeat:no-repeat;
		display:block;
		width:300px;
		height:180px;
		float:left;
		position:relative;
	}
	
	div#text {
		float:left;
		position:relative;
		margin-top:64px;
	}
	
	div#verhuisd-container p {
		font-size:20px;
		font-family:verdana;
	}

		div#verhuisd-container a {
			color:#000;
			text-decoration:none;
			font-weight:bold;
		}
		
		div#verhuisd-container a:hover {
			text-decoration:underline;
		}
