body	{
	background-color: #EC6876;
	background-image:url(/images/gradient.jpg);
	background-repeat: repeat-x;
}

#header {
	position:absolute;
	left:5px;
	top:5px;
	width:804px;
	height:175px;
	z-index:1;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
}
#sidebar {
	position:absolute;
	left:8px;
	top:157px;
	width:119px;
	height:453px;
	z-index:2;
	background-image: url(/images/sidebar.jpg);
	background-repeat:no-repeat;
}
#gradient {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:610px;
	z-index:1;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
}
#marquee {
	position:absolute;
	left:142px;
	top:150px;
	height:75px;
	width:465px;
	z-index:4;
	padding: 10px 10px 0px 10px;
}
#content {
	position:absolute;
	left:152px;
	top:602px;
	width:600px;
	z-index:3;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 0px;
	background-image: url(/images/content-gradient.png);
	background-repeat: repeat-x;
}
