* {
		margin: 0;
		padding: 0;
		outline: none;
	}
	img {
		border:none;
	}
	body {
		margin: 0 0 0 50px;
	}
	
	div#container {
		width: 950px;
		margin: 0 auto;
		
	}
	div#topo {
		width:950px;
		height:50px;
		margin-bottom:1px;
		border-bottom: 3px solid #eaeaea;
	}
	div#content {
		border-top: 7px solid #a1a1a1;
		width: 950px;
		padding-top:30px;
	}
	h1	{
		font: bold 12px Verdana;
		color: #a7ab25;
		width:120px;
		float:left;
		padding-bottom:10px;
	}
	h2	{
		font: bold 12px Verdana;
		color: #a7ab25;
		width:120px;
		float:left;
		padding:15px 0 25px 0;
	}
	p {
		font: 12px Verdana;
		color:#7b7b7b;
		padding-bottom:10px;
	}
	div#req {
		padding:5px 0 30px 0;
		width:830px;
		float:left;
	}
	div#req p{
		font: bold 12px Verdana;
		color: #7b7b7b;
		float:left;
		padding:5px 20px 10px 5px;
	}
	div#req img{
		float:left;
	}
	div#det02{
		width:920px;
		clear:both;
	}
	div#det02 p{
		width:520px;
		float:left;
	}
	div.launch{
		margin: 35px 0 0 0;
		width:920px;
		height:122px;
		margin-bottom:15px;
	}
	div.launch .box{
		width:150px;
		height:120px;
		border: solid 1px #b9b0b0;
		background-color:#f1f0f0;
		float:left;
		clear:both;
	}
	div.launch .dbox{
		width:550px;
		height:120px;
		margin:0 0 15px 15px;
		float:left;
	}