body{
	font-family: sans-serif;
}
.box {
margin:10px;
margin-top: 80px;
margin-left: 20px;
margin-right: 20px;
background-color:#71ccc5; 
/*//width:200px; 
//height:150px; */
float:left;
}

.wrapper{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.textbox{
text-align:center;
margin-top:10px;
}
.picbox{
margin-bottom:10px;
margin-top:10px;

}

.info{
	position: fixed;
	

	border-width: thin;
	border-style: solid;
	padding: 5px;
	
}

#form{
	margin-top: -50px;
}

.fixed{
	margin-left: -440px;

}

#fixed {
	position: fixed;
	left: 50%;
	height: 90px;
	width: 880px;
	background-color: #be386b;
	/*background-image: url(ps.png);
	background-position: top right;
	background-repeat: no-repeat;*/
}

.logo {

	padding-top: 100px;
	text-align: center;
}

.button{
	width: 200px;
	margin-left: 340;
	font-size: 12pt;
	/*
	
	font-weight: bolder;*/
}

div.fadeMe {
  opacity:    0.8; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
  text-align: center;
  padding-top: 300px;

  color: white;
}