﻿* {
	margin: 0;
	padding: 0;
}
body {
	  background: url(/img/bgg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

#form1
{
    opacity: 0.8;
 	background: #fff; 
 	padding: 50px; 
 	margin: 15px; 
 	border-radius:50px;
 	height:100%;
}



.copyRight
{
	padding:30px 0px;
}

.domain a
{
	white-space:nowrap;
}