	body{
		background-image: url('../images/bg.jpg');
		background-repeat: no-repeat;
		background-size:100%;
		background-position: center center;
		background-attachment: fixed;
		
	}
	
	#top{
		background-color:#000;
		height:15px;
	}
	#error{
		color:red;
		margin:0;
		padding:0;
		position:absolute;
		top:-22px;
	}
	#banner{
		background-color:#fff; 
		border-bottom:3px solid gold;
		padding:0;
		margin:0;
	}
	#banner img{
		margin:0;
		position:relative;
		height:80px;
		top:-10px;
	}
	#banner1{
		padding-top:5px;
		padding-bottom:5px;
		background-color:#fff; 
		width:100%;
		border-bottom:3px solid gold;
	}
	
	#banner1 nav{
		margin:0;
		padding:0;	
	}
	
	.carousel-item img{
		width:100%;
	}
	#transparent{
		height:auto;
		margin-top:70px;
		margin-bottom:10px;
	}
	#free{
		border-top:3px solid gold;
	}
	#transparent h3{
		margin-top:15px;
		margin-left:110px;
	}
	
	#bg1{
		width:98%!important;
		height:70px;
		background-image:url('../images/bg1-1.png');
		background-repeat: no-repeat;
		background-size: 100%;
		border-radius:20px;
		margin:0 auto;
	}
	#bg2{
		width:98%!important;	
		height:70px;
		background-image:url('../images/bg2-2.png');
		background-repeat: no-repeat;
		background-size: 100%;
		border-radius:20px;
		margin:0 auto;
	}
	#bg3{
		width:98%!important;
		height:70px;
		background-image:url('../images/bg3-3.png');
		background-repeat: no-repeat;
		background-size: 100%;
		border-radius:20px;
		margin:0 auto;
	}
	#wn h1{
		color:#fff;
		text-shadow:2px 2px 5px #000;
	}
	#wn p{
		font-weight:bold;
		font-size:1.2em;
		color:#fff;
		text-shadow:1px 1px 3px #000;
	}
	#services img{
		width:100%;
		height:200px;
	
	}
	#mainnav{
		margin:0;
		padding:0;
		padding-top:5px;
	}
	
	#mainnav ul li{
		text-align:center;
		padding:0;
		margin:0;
		margin-right:20px;
		padding:3px 30px;
	}
	#mainnav ul li a{
		font-weight:bold;
		padding:0;
		margin:0;
		color:blue;
	}
	#mainnav ul li#active{
		background-color:#000;
		border-radius:15px;
		border:4px solid gold;
	}
	#mainnav ul li#active a{
		color:#fff;
	}
	
	#mainnav ul li:hover{
		background-color:#000;
		border-radius:15px;
		border:4px solid gold;
	}
	
	#mainnav ul li:hover a{
		color:#fff;
	}
	#logform{
		margin:0;
		padding:0;
		position:relative;
		top:-20px;
	}
	
	#demo{
		height:590px;
		margin:0;
	}
	#demo img{
		height:590px;
	}
	.cont{
		position:absolute;
		padding:30px;
		top:50px;
	}
	.cont p{
		font-weight:normal;
		color:red!important;
	}
		
	.bgcont{
		clear:both;
		width:98%;
		margin-left:2px;
		background-color:#fff;
		height:485px;
		opacity:.5;
		border-radius:10px;
	}
	
	.cont p img{
		float:left;
		width:20%;
		margin-right:10px;
		border:2px solid #cc0000;
		border-radius:10px;
	}
	
	#fbg{
		background-color:#333;
		padding:10px;
		
	}
	footer{
		color:#fff;
		padding-top:15px;
		font-weight:bold;
	}
	#toplist{
		padding:20px;
		margin:0 auto;
		position:absolute;
		z-index:2;
		display:none;
	}
	#toplist button{
		float:right;
		border-radius:20px;
		cursor:pointer;
	}
	#topimg{
		cursor:pointer;
		
	}
	
	.fimg img{
		border-radius:30px;
		border:5px solid gold;
		padding:10px;
	}
	#login{
		float:right;
	}
	#login input{
		border:5px solid gold;
		padding:5px;
		border-radius:10px;
	}
	#login input[type="submit"]{
		width:80px;
	}
	.log{
		padding:2px 5px!important;
	}