/*---------------------------------------------------
Look at me try and build a nice looking CSS file. I tired my hardest on this, 
so please don't steal; you may use as a basis, but come on. Don't copy line for line, 
okay? Besides, my CSS is crap anyway.
-----------------------------------------------------*/


body {
	margin: 0;
	background-color: #000000;
    color: #ffffff;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }

a, a:active, a:link, a:visited {
	color: #74454f;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #74454f;
	text-decoration: line-through;
	}

#total { position: relative;
         margin: auto;
         width: 800px; }

#image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 544px; }


/*---------------------------------------------------------------------
   Why, yes. This is the content part. 
------------------------------------------------------------------------*/


#content { 
	z-index:1;
	line-height: 14px;
	position: absolute;
	width: 300px;
	left: 400px;
	top: 468px;}

	