
body {
  /*background-image: url('img/logobg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; */
  font: normal 16px arial;
	}

.main {
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #ffffff;
	color: black;
	width: 50%;
    padding: 15px;
    border-radius: 3px;
	display: float-left;
	margin: auto;
}

.links {
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #222;
	color: white;
	/*width: 200;*/
    padding: 15px;
    border-radius: 3px;
	display: flex;
}

}
.list {
    width: 200px;
}
.player {
    flex-grow: 1;
}


#footer {
	background-color: #222;
    height: 20px;
	color: white;
    padding: 15px;
    border-radius: 3px;
	text-align: center;
	
}

#sse1
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #222;
	color: white;
    height: 38px;
    padding: 15px;
    border-radius: 3px;
	display: flex;
}
#sses1
{
    margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses1 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
    border-bottom:solid 1px #6C0000;
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
    background-color:#800;
    top:36px;
    height:2px;
    border-bottom:solid 1px #C00;
    z-index: 1;
    position: absolute;
    overflow:hidden;
    
}
#sses1 li a
{
    height:30px;
    padding-top: 8px;
    margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #fff;
	font-family: 'Brush Script MT', cursive;
    /*font: normal 18px arial;*/
    text-align: center;
    text-decoration: bold;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}

#content {
    text-align:center;
}
#container {
    position: relative;
}
#left {
    float:left;
}
#right {
    float:right;
}
#center {
    text-align:center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}