body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 82% !important;
	margin: 0;
	text-align: center !important; 
	background: white;
	color: #555554;
	max-width: 1000px;
    margin: auto !important;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: gray;
    z-index: -99;
}

#page-rand {
	width: auto;
	margin-left: -30px; 
	padding-left: 30px; 
	padding-right: 30px; 
	background-color: #FFB129;
}

#page-content {
   background-color: white;
   padding-bottom: 50px;
   margin-left: 30px;
   margin-right: 30px;
   z-index: 1;
   overflow: hidden;
}

div.streep1 {
	background:hsla(38, 100%, 58%, 1.0);
	height: 20px;
}
	
div.streep2 {
	background:hsla(38, 100%, 58%, 0.8);
	height: 20px;
}
	
div.streep3 {
	background:hsla(38, 100%, 58%, 0.6);
	height: 20px;
}
	
div.streep4 {
	background:hsla(38, 100%, 58%, 0.4);
	height: 20px;
}
	
div.streep5 {
	background: hsla(38, 100%, 58%, 0.2);
	height: 20px;
}

h1 {
	margin-top: 30px !important;
	margin-bottom: 25px !important;
}