#all {
	width: 750px;
	margin: 0;
	border: 1px solid #bebebe;
	font-size: inherit;
	padding: 0;
}

#head {
	background: url(/elements/garbage_lid.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#bug {
	font-size: inherit;
	background: url(/elements/garbage_bar-l.jpg) no-repeat;
	position: static;
	width: 130px;
	height: 150px;
	margin: 0;
	float: left;
	padding: 40px 0 0;
	top: 0;
	left: 0;
	text-align: center;
}

#content {
	font-size: inherit;
	padding: 0;
	background: url(/elements/garbage_bar-r.jpg) no-repeat;
	position: static;
	width: 620px;
	margin: 0;
	overflow: visible;
	float: right;
}

#bottom {
	margin: 0;
	padding: 0;
	overflow: visible;
}

body {
  font-family: "Lucida Grande", LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #f1f1ff;
	background: black;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ced8e7;
	padding-left: 8px;
	padding-right: 8px;
}

p {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
}

.item {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.pic {
	margin: 4px;
	border: 1px solid #efefff;
}

#downloads {
	position: relative;
	width: 380px;
	float: left;
}

#player {
	width: 182px;
	height: 48px;
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
}

#downloads p {
	font-size: 12px;
}

a  {
font-weight : bold;
	text-decoration: underline;
}

a:link  {
color : white;
font-weight : bold;
	text-decoration: underline;
}

a:visited  {
color : white;
font-weight : bold;
	text-decoration: underline;
}

a:hover  {
color : black;
text-decoration : underline;
background : #C4C4C4;
}

a:active  {
color : black;
text-decoration : underline;
background : white;
}