#wrapper
{
	width: 75%;
	margin:10% auto;
	text-align:left;
  position: relative;
	padding:15px;
	border:1px #333;
	background: rgba(200, 200, 200, 0.6);
	min-height: 100%
	-webkit-box-shadow: -1px 9px 20px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 9px 20px 3px rgba(0,0,0,0.3);
    box-shadow: -1px 9px 20px 3px rgba(0,0,0,0.3);

}
*
{
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper h1
{
	color:#666;
	text-align: center;
}

main
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#bodyQuestion
{
	margin: 30px auto;
}
.buttonWrapper
{
  margin: auto;
  position: absolute;
  left: 0; right: 0;
}
.devButton {
   background-color: rgba(156,156,156,1);
   -webkit-box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
      -moz-box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
           box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
   border: solid 1px rgba(179,179,179,1);
   -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
   width: 100px;
   padding: 30px;
   display: inline-block;
   font-size: 18px;
   line-height: 10px;
   text-align: center;
   color: rgba(255,255,255,1);
   font-weight: bold;
   margin-right: 10px;
}
.devButton:hover {
   background-color: rgba(107,107,107,1);
   color: rgba(0,0,0,1);
}
.devButton:active {
   background-color: rgba(156,156,156,1);
}
.devButton a{
   font-size: 18px;
   line-height: 10px;
   text-align: center;
   color: rgba(255,255,255,1);
   font-weight: bold;
   text-decoration: none;
}

.button {
   background-color: rgba(240,96,53,1);
   -webkit-box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
      -moz-box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
           box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
   border: solid 1px rgba(179,179,179,1);
   -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
   width: 100px;
   padding: 30px;
   display: inline-block;
   font-size: 18px;
   line-height: 10px;
   text-align: center;
   color: rgba(255,255,255,1);
   font-weight: bold;
   margin-left: 10px;
}
.button:hover {
   background-color: rgba(158,34,12,1);
   color: rgba(0,0,0,1);
}
.button a{
   font-size: 18px;
   line-height: 10px;
   text-align: center;
   color: rgba(255,255,255,1);
   font-weight: bold;
   text-decoration: none;
}
.button:active {
   background-color: rgba(156,156,156,1);
}