@charset "UTF-8";
/* CSS Document */

/*-- Browser Reset --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

/*-- Browser Reset Ends --*/


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	}

p {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	}

#container {
	width: 1000px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	}

#container a {color: #000; text-decoration: none;}
#container a:hover {color: #000000; text-decoration: underline; }



#columnone {
	width: 500px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	position: relative;
	float: left;
	font-family:  'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	background-image: url(images/dieseusamag_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
	}

#columntwo {
	width: 450px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 360px 0px 0px 50px;
	position: relative;
	float: right;
	font-family:  'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	background-image: url(images/dieselback.jpg);
	background-repeat: no-repeat;
	}

h1 {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
	}


h2 {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #009900;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 15px;
	}
	
/*-- PNG Fix --*/

img, div { behavior: url(iepngfix.htc) }

/*-- PNG Fix --*/