/* Restricted to work with IE5.5, IE6, NS6, Opera7; more CSS2 support in ../a/default.css */
body { min-width:668px; min-height: 600px; overflow: auto;} /* Required for percentage heights or widths below */
#header {
position: absolute;
width: 100%;
height: 96px;
top: 0;
right: 0;
bottom: auto;
left: 0;
margin: 2px 0;
overflow: hidden;
}
/* NOT YET USED */
#sidebar {
position: fixed;
width: 10em;
height: auto;
top: 15%;
right: auto;
bottom: 100px;
left: 0;
}
#main {
position: relative;
width: auto;
height: auto;
top: 0;
right: 0;
bottom: 39px;
left: 0;
margin: 0;
overflow:auto;
cursor:crosshair;
}
#underv {
position: relative;
width: 100%;
height: 39px;
top: auto;
right: 0;
bottom: 0;
left: 0;
margin: 4px auto;
}
/* NOT YET USED */
#footer {
position: fixed;
width: 100%;
height: 100px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
address#MINIRAD{ white-space: nowrap; }
#MINIRAD .upp {
	background: transparent;
	color: rgb(102, 0, 102);
	position: absolute;
	right: 2em;
}
/* Needed for blue/passion/pulka */
iframe#proper{ height:90%;}

