body{
		width:1024px;
		margin:0 auto;
		}
		#top-bar{
			width:98%;
			margin:0px 10px;
			height: 120px;
			line-height: 44px;
			float:left;
			font-size: 40px;
			font-family: times;
			font-weight: bold;
			color:#9a0000;
			 -webkit-text-stroke: 1px black;
		   text-shadow:
			   3px 3px 0 #FFF,
			 -1px -1px 0 #FFF,  
			  1px -1px 0 #FFF,
			  -1px 1px 0 #FFF,
			   1px 1px 0 #FFF;
			background-color:#f8e7e9;
			border-bottom: 2px solid #000;
			background-image: url(bg.jpg);
			background-size: 1500px 408px;
			background-repeat: no-repeat, repeat;
			}
		#logo1{
			position: absolute;
			float:left;
			margin:2px 2px;
			top:5px;
			}
		#title{
			position: relative;
			float: center;
			margin:29px;
		}
		#logo2{
			position: relative;
			float:right;
			bottom:100px;
			}
		#drop {
			width:98%;
			margin:0px 10px;

			float:left;
			}
		#content {
			width:98%;
			margin:0px 10px;
			float:left;
			height:auto;
			line-height:30px;
			font-family:Times;
			font-size:20;
			text-align:justify;
			background-color:#f8e7e9;
			border-bottom: 2px solid #000;
		}
		#footer {
			width: 98%;
			margin:0px 10px;
			float:left;
			height:50px;
			background-color:#9a0000;
			font-weight:bold;
			text-align:center;
			color:#fff;
		}
		#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;
		}
	
