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

body,td,th {
	font-family: Helvetica, sans-serif;
	color: #CCC;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 350px;
	background-image: url(../images/oilDrop2.jpg);
	margin-top: 20px;
}

#content {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	height: 140px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: .1em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
#content img {
	margin-top: -5px;
}

#content a {
	color: #900;
	text-decoration: none;
}

#content a:hover {
	color: #666;
	text-decoration: none;
}

