body
{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align: center;
}

#content
{
	background-color:rgba(255, 255, 255, 0.95);
	min-width:500px;
	display: inline-block;
	font-family:arial;
	font-size:14px;
	border-radius: 10px;
	border:solid #D4AF37 3px;
	padding: 5px;
	text-align:center;
	margin-bottom:5px;
}

#quizzimgdiv
{
	background-color:white;
	display:inline-block;
	border: solid #DDDDDD 1px;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 5px;
}

.btn-dark,
.btn-green,
.btn-red,
.btn-blue,
.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #000000;
  padding: 2px;
  border: solid #cfcfcf 1px;
  text-decoration: none;
}

.btn {
  background: #e8ebed;
  background-image: -webkit-linear-gradient(top, #e8ebed, #cccccc);
  background-image: -moz-linear-gradient(top, #e8ebed, #cccccc);
  background-image: -ms-linear-gradient(top, #e8ebed, #cccccc);
  background-image: -o-linear-gradient(top, #e8ebed, #cccccc);
  background-image: linear-gradient(to bottom, #e8ebed, #cccccc);
}

.btn:hover {
  background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ebebeb, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ebebeb, #d9d9d9);
  background-image: -o-linear-gradient(top, #ebebeb, #d9d9d9);
  background-image: linear-gradient(to bottom, #ebebeb, #d9d9d9);
  text-decoration: none;
}

.btn-dark {
  background: #888888;
}

.btn-blue {
  background: #e8ebFF;
  background-image: -webkit-linear-gradient(top, #e8ebFF, #ccccFF);
  background-image: -moz-linear-gradient(top, #e8ebFF, #ccccFF);
  background-image: -ms-linear-gradient(top, #e8ebFF, #ccccFF);
  background-image: -o-linear-gradient(top, #e8ebFF, #ccccFF);
  background-image: linear-gradient(to bottom, #e8ebFF, #ccccFF);
}

.btn-green {
  background: #e8FFed;
  background-image: -webkit-linear-gradient(top, #e8FFed, #ccFFcc);
  background-image: -moz-linear-gradient(top, #e8FFed, #ccFFcc);
  background-image: -ms-linear-gradient(top, #e8FFed, #ccFFcc);
  background-image: -o-linear-gradient(top, #e8FFed, #ccFFcc);
  background-image: linear-gradient(to bottom, #e8FFed, #ccFFcc);
}

.btn-red {
  background: #FFebeb;
  background-image: -webkit-linear-gradient(top, #FFebeb, #FFcccc);
  background-image: -moz-linear-gradient(top, #FFebeb, #FFcccc);
  background-image: -ms-linear-gradient(top, #FFebeb, #FFcccc);
  background-image: -o-linear-gradient(top, #FFebeb, #FFcccc);
  background-image: linear-gradient(to bottom, #FFebeb, #FFcccc);
}