html {
    height:100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height:100%;
}

#bg { 
  position: fixed; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  z-index: 0;
  filter:alpha(opacity=30);
  opacity:0.3;
  z-index: 0;
} 

#bg img { 
  width: 100%; 
} 

#body { 
  position: absolute; 
  left: 0%; 
  top: 0%; 
  width: 98%; 
  height:98%; 
  padding: 1%; 
  z-index: 10; 
} 

#menu
{
     font-family: Verdana, sans-serif;
     padding: 10px;
     background-color: #ccf;
     width: 150px;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 0px;
}

#navbar
{
     font: 18px Verdana, sans-serif;
     width: 70%;
     height: 30px;
     background-color: #ccf;
     padding: 0px;
}

.button
{
     width: 27%;
     height: 30px;
     text-align: left;
     padding-left: 5px;
     float: left;
}

p
{
     margin: 10px;
}

h1 {
     font-weight:bold;
     color:black;
}

#album
{
     width: 80%;
     position: center;
     padding-left: 20px;
}

#album td
{
     width: 50%;
}
#MainMenu .heading
{
     font: 24px Verdana, sans-serif;
     margin-bottom: 40px;
}
#MainMenu .menutitle
{
     font: 18px Verdana, sans-serif;
}

.errormsg {
     background-color: yellow;
     font-color: red;
}

.photomenu td {
     padding-bottom:10px;
}

.photomenu td span {
     width:250px;
     background-color:#666;
     color:#fff;
     padding: 5px 5px 5px 5px;
}

.bgimage {
        width:100%;
        height:100%;
	background:url(/photos/cijc.jpg) no-repeat center center;
	filter:alpha(opacity=40);
	padding-bottom:750px;
}

.welcome {
     color:black;
     position:absolute;
     left:100px;
     top:250px;
     margin:10px;
     display:block;
}

.welcome span {
     font-size:120%;
}
a, a:hover, a:active, a:focus {
	outline:0; 
	direction:ltr;
}
 
.wrapper {
	position:relative; 
	height:25px;
}
	
.mainmenu {
	position:absolute; 
	z-index:100;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:90%;
	line-height:25px;
	left:25%; 
	margin-left:-303px; 
	width:100%;
}

ul.menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:110px; 
	overflow:hidden; 
	float:left; 
	margin-right:1px;
}

ul.menu a {
	background:#369;
	text-decoration:none; 
	color:#fff; 
	padding-left:5px;
}
 
ul.menu li.list {
   float:left;
   width:250px;
   margin:-32767px -125px 0px 0px;
   background:url(/images/top.png) no-repeat left bottom;
}

ul.menu li.list a.category {
   position:relative;
   z-index:50;
   display:block;
   float:left;
   width:120px;
   margin-top:32767px;
   background:transparent;
}

ul.menu li.list a.category:hover,
ul.menu li.list a.category:focus,
ul.menu li.list a.category:active {
	margin-right:1px;
	background-image:url(/images/tophover.png);
	background-repeat:no-repeat;
	background-position:left top;

}

ul.submenu {
	float:left; 
	padding:25px 0px 0px 0px; 
	margin:0; 
	list-style:none; 
	background-image:url(/images/top.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:-25px 0px 0px 0px;
	}
	
ul.submenu li a {
   float:left;
   width:120px;
   background:rgb(97,80,248);
   clear:left;
   color:#fff;
}

ul.submenu li a.endlist {
	background:url(/images/bottom.png);
}
 
ul.submenu li a.endlist:hover,
ul.submenu li a.endlist:focus,
ul.submenu li a.endlist:active {
   background:url(/images/bottomhover.png);
}
 
ul.submenu a:hover,
ul.submenu a:focus,
ul.submenu a:active {
   background:#900;
   margin-right:1px;
   color:#fff;
}

<!--[if IE]> 
body { 
  margin: 0px; 
  overflow: hidden; 
} 

#body { 
  padding: 1em; 
  width: 100%; 
  height:100%; 
  overflow: auto; 
} 

<![endif]--> 