/* CSS Document */

body
{
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCDDF9;
}

#container
{
	margin:0 auto;
	text-align:left;
	background-image:url(../images/gas.jpg);
	background-repeat:no-repeat;
	height:660px;
	width:858px;
	font-size:10px;
	/*border:1px solid #000;*/
}

#gas_top
{
	background-image:url(../images/gas_top.jpg);
	float:left;
	margin-left:7px;
	margin-top:5px;
	height:138px;
	width:638px;
	/*border:1px solid #000;*/
}

#gas_content
{
	float:left;
	margin-left:7px;
	width:638px;
	height:270px;
	overflow:auto;
	/*border:1px solid #000;*/
}


*html #gas_content
{
	width:600px;
	margin-left:5px;
}

*html #gas_top
{
	width:638px;
	margin-left:0px;
}