
    div#welcome
    {
        color: #FFFFFF;
        background-image: url(http://framework.zend.com/images/bkg_header.jpg);
        width:  600px;
        height: 400px;
        border: 2px solid #444444;
        overflow: hidden;
        text-align: center;
    }

    div#more-information
    {
        background-image: url(http://framework.zend.com/images/bkg_body-bottom.gif);
        height: 100%;
    }

  #panelx
{
	background: red;
	padding: 10px;
	width: 180px;
 
	position: fixed;
	margin-top: -100px; 
	left: -149px;
	top: 50%;
 	z-index:9999;
}
 
ul#main_menu
{
	list-style: none;
}
 
#main_menu a
{
	color: #ffffff;
	text-decoration: none;
}
 
#main_menu a:hover
{
	text-decoration: underline;
}

.slide_buttonx
{	
	display: block;
	height: 30px;
	text-indent: 0px;
	width: 20px;
    color:white;
	position: absolute;
	right: 10px;
	top: 0px;
	transform: rotate(90deg);
	z-index:0;
}
 
  