@charset "utf-8";
/* CSS Document */

body {
	background-color: #153867;
	margin-top:30px;
}

#container {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background:none;
}

<!--being header-->
#search {
	float:right;
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	width:90%;
	margin-bottom:10px;
}
#flame {
	float:left;
	margin-bottom:10px;
}

#title {
	float:right;
	margin-bottom:10px;
}
#sec {
	float:right;
	background-color:#669966;
	height:40px;
	width:90%;
	vertical-align:bottom;
	margin-top:10px;
}
<!--end header-->


<!--begin content-->

#content {
	width:860px;
	clear:both;
}

<!--end content-->



<!--begin footer-->
#foot {
	width:860px;
	clear:both;
}
<!--end footer-->





