
.center {
    width: 100px;
    height: 100px;
    background-color: withe;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    

    margin: auto;
}
.nowrap {
  white-space: nowrap ;
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:red;
}
.header {
   background:withe;
   padding:10px;
}
.menu {

    padding: 0;
    height:20px;
    margin-bottom: 11px;
    background-color: white;
}

.menu li {
    display: inline;
    margin-right: 11px;
    padding: 0px;
   background-color: #484f58;
}

.menu li{
    background-color: #484f58;
    padding: 10px 20px;
    text-decoration: none;
    color: #484f58;
    border-radius: 4px 4px 0 0;
}

.menu li:hover {
    color: #484f58;
    background-color: white;
} 

.menu li a {
    display: inline;
    margin-right: 3px;
    padding: 0px;
   
}

.menu li a{
    background-color:  #484f58;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 4px 4px 0 0;
}

.menu li:hover a{
    color: #484f58;
    background-color: white;
} 




.menuv {
	margin: 0px;
	padding: 0px 0px;
    background-color: white;
}

.menuv li {
	height: 30px;
    width: 250px;
    float: left;
	white-space: nowrap ;
    display: inline;
   background-color: #484f58;
}
.menuv li:hover {
    color: #484f58;
    background-color: white;
} 
.menuv li a {
    display: inline;
}
.menuv li a{
    background-color:  #484f58;
    text-decoration: none;
    color: white;
}
.menuv li:hover a{
    color: #484f58;
    background-color: white;
} 
