ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;}
body {
/*background-position: 0px -400px;*/
    color: #111;
	background-color:#dcdcdc;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}
a {text-decoration:none ; color: #010101 }
a:hover { text-decoration:underline ; }


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

.main{
	display:block;
	margin: -60px 0 0px 0;

	clear:both;	
}











#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9990990;
  background-color:#000;
  background-color: rgba(0,0,0,0.8);
  
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:620px;
  height:200px;
  display:none;
  z-index:9990991;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:600px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
bodysss{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}