body, *.abs
{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}

img, a
{
	text-decoration: none;
	border: none;
	color: inherit;
}

body
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 800px;
	min-height: 675px;
}


div.contentbox
{
	top: 150px;
	left: 200px;
	min-width: 500px;
	min-height: 300px;
}
