.backbutton {
	display: block;
	width: 51px;
	height: 40px;
	background:url('Graphics/BackButton.png') bottom;
	text-indent: -99999px;
}

.backbutton:hover{
	background-position:0 0;
}

 #myBox {
        margin: 0.5in auto;
        color: #fff;
        width: 60%;
        padding: 10px;
        text-align: left;
        background-color: #f00;
        border: 3px solid #fff;
}
    #myBox p {
    padding:0;
    margin:1ex 0;
}

  .CenterTop 
  {
  	margin-left:7%;
  	margin-right:7%;
  	margin-top:30px;
  	border-width:thick;
  	text-align:right;
  	float:right;
  	width:86%;
  	background-color:#277CFC;
  	direction:rtl;
  }

.infotop
{
  	margin-left:7%;
  	margin-right:7%;
  	margin-top:30px;
	margin-bottom:15px;
  	border-width:thick;
  	text-align:right;
  	float:right;
  	width:86%;
  	background-color:#277CFC;
  	direction:rtl;
}
  
 .TheBody
  {
  	margin-left:8%;
  	margin-right:8%;
  	margin-top:15px;
  	border-width:30px;
  	text-align:right;
  	float:right;
  	width:84%;
  	direction:rtl;
}
  
 * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    }
    .footer, .push {
    height: 4em;
    }

   .back-to-top {
    position: fixed;
    bottom: 2em;
    left: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
/*  background-color: Blue;*/
}
