* body .colmiddle .contenttitle, .colmiddle h1,
* body .colmiddle .altcontent {
	padding-top: 0px;
}
* body .colmiddle .content,
* body .colmiddle .altcontent {
	padding-bottom: 0px;
}
.mainpage .rounded {
	height:20px;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
.mainpage .rounded_fill {
	background:white;
	width:*;
}
.mainpage .rounded_topleft {
	width:18px;
	background:transparent;
	background-image:url(http://www.guru3d.nl/gurustuff/topleft.png);
	background-repeat:no-repeat;
	background-position: top left;
}
.mainpage .rounded_topright {
	width:18px;
	background:transparent;
	background-image:url(http://www.guru3d.nl/gurustuff/topright.png);
	background-repeat:no-repeat;
	background-position: top right;	
}
.mainpage .rounded_bottomleft {
	width:18px;
	background:transparent;
	background-image:url(http://www.guru3d.nl/gurustuff/bottomleft.png);
	background-repeat:no-repeat;
	background-position: bottom left;	
}
.mainpage .rounded_bottomright {
	width:18px;
	background:transparent;
	background-image:url(http://www.guru3d.nl/gurustuff/bottomright.png);
	background-repeat:no-repeat;
	background-position: bottom right;	
}