body{
			
		}
		#top-bar{
			width:98%;
			margin:0px 10px;
			height: 120px;
			line-height: 44px;
			float:left;
			font-size: 30px;
			font-family: times;
			font-weight: bold;
		}
		#logo1{
			position: absolute;
			float:left;
			margin:2px 2px;
			top:13px;
			}
		#title{
			 border: 25px solid #6F8BA6;
			 background-color:#6F8BA6;
             border-radius: 12px;
             font-size: 40px;
		}
		
		#logo2{
			position: relative;
			float:right;
			bottom:100px;
			}
		#drop {
			width:98%;
			margin:0px 10px;
            color:green;
			float:center;
			}
		#content {
			width:98%;
			margin:0px 10px;
			float:left;
			height:auto;
			line-height:30px;
			font-family:Times;
			font-size:20;
			text-align:justify;
			background-color:#FFFF;
		}
		
		#first{
			font-size:15px;
			color:#000;
			text-align:center;
			border:1px solid black;
			border-radius: 25px;
			background: #FFF;
			padding: 10px;
			width: 400px;
			height: 100px;
		}
		#second{
			font-size:15px;
			color:#000;
			text-align:center;
			border:1px solid black;
			border-radius: 25px;
			background: #FFF;
			padding: 10px;
			width: 400px;
			height: 100px;
		}
		#third{
			font-size:15px;
			color:#000;
			text-align:center;
			border:1px solid black;
			border-radius: 25px;
			background: #FFF;
			padding: 10px;
			width: 400px;
			height: 100px;
		}
		#name{
			font-size:18px;
		}
		
	
	
