
* 	{
	margin: 0;
	padding: 0;
	}

body 	{
	/*background-color: #c3beb9;*/
	background-color: #2d2823;
    	}

p 	{
    	font-family: Arial, sans-serif;
    	font-size: 1.2em;
    	color: black;
    	text-align: center;
    	}

#containerbox {
	background-color: #c3beb9;
    	position: fixed;
	width: 100%;
	height:100%;
	bottom: 0px;
        left: 0px;
        }

#container {
	background-color: #c3beb9;
    	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 15px;
       	left: 0px;
       	z-index: 300;
	}

* html, *html body {
 	height: 100%;
 	overflow: hidden;
 	}

* html #containerbox {
	position: absolute;
	}
  