html { font-family: Arial, Tahoma, Verdana, San-serif;
	font-size: 100%;
	height: 100%; }
	
body { margin: 0; 
	height: 100%; 
	text-align: center;
	font-size: 62.5%;
	background-color: #5db75b; }

#page { left:50%;
	margin:-310px -313px;
	position:absolute;
	top:50%;
	height: 500px;
	width:720px; }

h2 { margin: 10px 0 0 0; font-weight: 100;}	

p { text-align: left; margin: 5px 0; font-weight: 100; font-size: 11px; }

a { text-decoration: none; color: #000; font-weight: bold;}
a:hover { text-decoration: underline; }
	
.biog #page { background-color: #f6efdb; }
.biog #page span { margin: 20px; text-align: left; display: block; }
.biog #page span p { font-size: 1.05em; line-height: 1.3em;}

div.rEdge { height: 100%; width: 20px; position: absolute; right: 0; top: 0; background-color: #f6efdb; }
div.lEdge { height: 100%; width: 20px; position: absolute; left: 0; top: 0; background-color: #f6efdb; }
div.tEdge { height: 20px; width: 100%; position: absolute; left: 0; top: 0; background-color: #f6efdb; }
div.bEdge { height: 20px; width: 100%; position: absolute; right: 0; bottom: 0; background-color: #f6efdb; }

h1 { width: 720px; height: 52px; background: transparent url(../i/oskar_title.gif) no-repeat top left; }
h1 a { width: 720px; height: 52px; display: block; text-indent: -99999px; }


