@charset "utf-8";
/* CSS Document */
body {
  overflow-x: hidden;
  color: #334766;
  padding: 25px 20px;
  text-align: center;
  font-family: "Helvetica Neue", arial, sans-serif;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAG1BMVEXS4erj7PHf6O3g6O729vby8vLx8fHh6u%2Fz8%2FOBUUhCAAAAIElEQVQIHWNgFFJkMAlJYShzaWMQS3Nh0EhzY1BxSQMAM84Ew1msm%2BsAAAAASUVORK5CYII%3D");
}
body > * {
  display: inline-block;
  text-align: left;
}
h1 {
/*	width: 100%;*/
	font-size: 14px;
	margin: 0px 0px 6px 0px;
	text-align: left;
}
h2 {
/*	width: 100%;*/
	font-size: 24px;
	color: #FF0000;
	margin: 0px 0px 6px 0px;
	text-align: center;
}
h3 {
/*	width: 100%;*/
	font-size: 18px;
	color: #0000FF;
	margin: 0px 0px 6px 0px;
	text-align: center;
    padding: 15px 0;
}
h4 {
	font-family: arial, sans-serif;
	font-size: 24px;
	color: #000000;
	margin: 0px 0px 6px 0px;
	text-align: center;
}

#desktop {
	background: #fff;
	width: 800px;
/*	height: 600px; */
	font: 14px "Segoe UI", Tahoma,sans-serif;
	position: relative;
	border: 1px solid rgba(255,255,255,0.6);
	/*  background: rgba(178,215,255,0.75); */
  	background: rgba(178,215,255,0.75);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-o-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-webkit-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-moz-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	
	text-shadow: 0 0 9px #fff, 0 0 9px #fff;
	overflow: hidden;
	background-color: #FFFFFF;
}
#content {
    padding: 10px 0;
    width: 95%;
    float: right;
}

#content img {  
    display: block;
	margin-left: auto;
    margin-right: auto;
}
article {
    padding: 15px 50px;
}	
header  {
    padding: 25px 0;
}	
footer{
	width: 100%;
  	font-family: "Helvetica Neue", arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
.boximg{  
	margin: 22px 0;  
  	box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-o-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-webkit-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-moz-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
}
form {
	background: #fff;
	width: 400px;
	/*	height: 600px; */
	font: 14px "Segoe UI", Tahoma,sans-serif;
	position: relative;
	border: 1px solid rgba(255,255,255,0.6);
	/*  background: rgba(178,215,255,0.75); */
  	background: rgba(178,215,255,0.75);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-o-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-webkit-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	-moz-box-shadow: 0 2px 10px #333, 0 0 1px #333, 0 0 1px #333;
	
	text-shadow: 0 0 9px #fff, 0 0 9px #fff;
	overflow: hidden;
	background-color: rgba(178,215,255,0.75);

    padding: 15px 15px;
	margin-left: auto;
    margin-right: auto;
}
iframe{  
	margin: 22px 0;  
  	box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-o-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-webkit-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
  	-moz-box-shadow: 3px 3px 7px #777, 0 0 1px #000, 0 0 1px #000;
}
