﻿body 
{
    margin:0px 0px 0px 0px;
	font-family:sans-serif;
	font-size:small;
	overflow:hidden;
	max-height:100%;
	min-height:100%;
	height:100%;
}
#background
{
    position:absolute; 
    z-index:1; 
    width:100%; 
	max-height:100%;
	min-height:100%;
	height:100%;
    top: 0px;
    left: 0px;
}
#centre
{
    position:relative;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    padding-top:10px;
    padding-bottom:auto;
    z-index:2;
}
#main{
	width:738px;
	background-image:url('images/rounded_box_06.gif');
	margin-left: auto;
    margin-right: auto;
    padding:10px;
    overflow:hidden;
    height:500px;
}
.red
{
    color:Red;
    font-style:italic;
}
h2
{
    font-size:medium;
    font-weight:bold;
    text-decoration:underline;
}
#pics
{
} 
#pics img
{
    width:150px;
    height:200px;
    padding-left:5px;
    padding-right:5px;
}
#picsTop
{
}
#picsTop img
{
    width:250px;
    height:200px;
    padding-left:15px;
    padding-right:15px;
}
#clipArt img
{
    height:60px;
    width:50px;
    padding-left:10px;
    padding-right:10px;
}
#munklefish
{
    position:relative;
    font-size:x-small;
    z-index:10;
}