/*
    Document   : home.css
    Author     : PureDutch.nl | Martijn van der Hulst
*/

@import url(../../common/css/common.css);

#contentTitle{
	position	: absolute;
	top			: 60px;
	left		: 20px;
	width		: 535px;
	height		: 38px;
}

#content {
	background	: rgb(0,0,0);
	min-height	: 490px;
	position	: absolute;
	top			: 98px;
	width		: 495px;
	padding		: 20px;
}


#contentImage{
	position	: absolute;
	top			: 98px;
	left		: 535px;

	float		: right;
	width		: 210px;
}
