body 					{
	background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 24px;	
	background: url(gasman.png) #D41920 no-repeat 500px 150px;
	color: #FFFFFF;

}
a {
color: #FFFFFF;
}
#logo {
	left: 50px;
	top: 50px;
	position: absolute;
}
#content {
	left: 50px;
	top: 150px;
	position: absolute;
	width: 550px;
	height: auto;
	font-size: 100%;
	line-height: 20px;
		background: #810A0D;
			padding: 10px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
	font-weight: normal;
	}
h1:first-letter { font-size: 2em; }
h2 {
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
	font-weight: normal;
	}
h2:first-letter { font-size: 1.5em; }	
a.link {
	background: #D41920;
	display: block;
	padding: 3px; 
	margin: 2px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
a:hover {
	background: #000000;
	color: #FFFFFF;
}