body { 
background: url('images/background3.png');
margin: 0;
color: white;
color: #c2b0a7;
color: #a29087;
/*
font-family: Arial, "MS Trebuchet", sans-serif;
font-size: 13px;
line-height: 16px;
*/
font: normal 13px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
line-height: 150%;
line-height: 18px;

}
a { color: #b00;
	text-decoration: none;}
	a:hover {text-decoration: underline;}
h1 {
color: #c2b0a7;
color: #f5e9e3;
font: normal 24px sans-serif;
line-height: 30px;
text-align: right;
padding-right: 20px;
}
.content {
	width: 480px;
}

.content img {
	margin-right: 10px;
/*	border: 1px solid #1b0000; */
	border: 0;
}

.container {
margin: 0 auto;
}
.main {
background: #070404;
padding: 0 15px 10px 15px;
}
#logo {
position: relative;
top: 4px;
right: 2px;
}
#menu { padding-top: 8px;}
#topper { padding-top: 8px;}

#flower {
	position: relative;
	bottom: 8px;
	left: 12px;
}
#playerCell {
	height: 116px;
	width: 208px;
	background: url('images/tv.png');
}

.leftborder {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/left-border.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.leftborder[class] {
background-image:url('images/left-border.png');
}

.rightborder {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/right-border.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.rightborder[class] {
background-image:url('images/right-border.png');
}
