body{
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/bkgrd_shoe.jpg);
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#top_bar{
	height:25px;
	width:100%;
	z-index:500;
	background-image:url(../images/top_bar.png);
	background-repeat:repeat-x;
	background-position:top right;
	top:0;
	left:0;	
	position:fixed;
}

#logo{
	margin-top:9px;
	width:215px;
	height:146px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left:120px;
	float:left;
	position:fixed;
	clear:both;
}

#content{
	width:800px;
	height:2000px;
	/*background-color:#0066CC;*/
	margin-top:9px;
}