html{
	background-color:#2F2F2F;
}

body{
	height: 100%;
	background-color:rgb(245, 245, 245);
}
#header {
    margin-left:0%;
    top: 0px;
    width: 100%;
		
	font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.6em;
    color: #fff;
    z-index: 15;
    text-transform: uppercase;
    background-color: #272727;
    border-bottom: 2px solid hsl(180,70%,55%);
    padding-top:0px;
    
}
#header1 {
    margin-left:0%;
    top: 0px;
    width: 100%;
	height: 14%;
	font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.6em;
    color: #fff;
    z-index: 15;
   /*  text-transform: uppercase; */
    background-color: white;
    border-bottom: 2px solid hsl(180,70%,55%);
    padding-top:0px;
    
}
#footer {
	margin-left:0%;
    left: 0px;
    bottom: 0px;
    width: 100%;
	height: 0%;
	position: fixed;
	font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.6em;
    color: #fff;
    z-index: 15;
    text-transform: uppercase;
    background-color: #272727;
	
    text-align:center;
}
#footer1 {
	margin-left:0%;
    left: 0px;
    bottom: 0px;
    width: 100%;
	height: 0%;
	position: fixed;
	font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.6em;
    color: #fff;
    z-index: 15;
    text-transform: uppercase;
    background-color: #272727;
	padding-top:20px;   
    text-align:center;
}

#sidemenu {
  
   
       margin-top:5%;
   
}



.logo{
	float:left;
}

#site-content {
   
}
    #site-content1 {
    width: 100%;
    height: 200px;	
   /*  background-image : url('../images/discommain.jpg'); */
 	background-repeat: no-repeat;
    z-index: 20;
    position: fixed;
    min-height: 543px;
    margin-top:0%;
    margin-bottom:0%;   
} 
