body{ 	
	font-family: helvetica, arial, sans-serif; 
	color: #484E41;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 130%;
	background-color: #ffffff;
}

a{ color: #EECCDF; }
a:hover{ color: #C19CB2; }
p{ margin: 0px 0px 1em 0px; padding: 0px; }

#site{
	position: absolute;
	width: 980px;
	height: 548px;
	top: 50px;
	left: 50%;
	margin-left: -490px;
}

	#logo{
		position: absolute;
		margin-left: 230px;
	}

	#homecontent{
		position: absolute;
		margin-top: 92px;
		width: 228px;
	}
	
	#contactcontent{
		position: absolute;
		bottom: -12px;
		width: 228px;
	}
	
	#contentcontent p{ margin: 1em 0px 0px 0px; padding: 0px; }
	
	#image{
		position: absolute;
		margin-top: 92px;
		margin-left: 300px;
		width: 333px;
		height: 456px;
	}
	
		.slideshow{
			position: absolute;
			display: none;	
		}
	
	#credits{
		position: absolute;
		margin-top: 572px;
		margin-left: 300px;
		width: 333px;
		height: 456px;
		font-size: 10px;
		color: #B8D3CC;
	}
	
	#news{
		position: absolute;
		margin-top: 92px;
		margin-left: 731px;
		width: 229px;

	}
		
		#scrollcontainer{
			position: absolute;
			width: 229px;
			height: 405px;
			overflow: hidden;
		}
		
		#scrollbar{
			position: absolute;
			width: 10px;
			height: 405px;
			background: url('http://www.everydaybeautiful.nl/img/scrollbar.gif') top center repeat-y #ffffff; 
			margin-left: 240px;
			margin-top: 0px;
			visibility: hidden;
			z-index: 105;
		}
	
		#scrollhandle{
			position: absolute;
			height: 19px;
			width: 9px;
			background: url('http://www.everydaybeautiful.nl/img/scrollhandle.gif') top center repeat-y; 
			visibility: hidden;
			z-index: 105;
		}
