:-webkit-full-screen {
  background-image: url("../images/back.png");

}
:-moz-full-screen {
  background-image: url("../images/back.png");
}
:-ms-fullscreen {
  background-image: url("../images/back.png");
}
:fullscreen{
  background-image: url("../images/back.png");
}

:-webkit-full-screen .first-row-fullscreen{
    margin-top: 50px;
}
:-moz-full-screen .first-row-fullscreen{
    margin-top: 50px;
}
:-ms-fullscreen .first-row-fullscreen{

    margin-top: 50px;
}
:fullscreen .first-row-fullscreen{

    margin-top: 50px;
}
body {
	padding-top: 50px;
    background-image: url("../images/back.png")
}
.starter-template {
	padding: 40px 15px;
	text-align: justify;
}
#param_settings {
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    }
#param_settings:hover {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#reset_params {
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    }
#reset_params:hover {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#upload_file {
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    }
#upload_file:hover {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#download_file {
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#download_file:hover {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#scrollup{
    background: url('../images/top.png') no-repeat;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    cursor: pointer;
}