body{
	background-color: #EEEEEE;
	font-family: arial, "lucida console", sans-serif;			
	margin: 0px;
	padding: 0px;
}

div.frame{
	margin: 0xp;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url('http://www.projectgrazer.net/clear-1x1.gif');
	background-repeat: repeat-y;
	background-position:  right bottom;
}

p{
	font: small arial;
}

table.skeleton{
	background-color: #FFFFFF;
	width: 600px;
	height: 100%;
	border-left: dotted 1px gray;
	border-right: dotted 1px gray;
}

td.footer{
	background-image: url('http://www.projectgrazer.net/images/footer.jpg');
	border-top: dotted 1px gray;
	width: 600px;
	height: 100px;
}

td.header{
	height: 100px;
	border-bottom: dotted 1px gray;
}