@charset "utf-8";
/* CSS Document */

/*---- BODY ELEMENTS -----*/
BODY
{
	background-image:url(../img/body_bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: black;
	padding: 0;
	margin:  0;
}
/*------ #logo ------*/
#logo
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*----- #topBar ------*/
#topBar
{
	position: absolute;
	top: 0;
	left: -500px;
	z-index: 0;
	
}


/*----- #bottom_logo - For the right bottom TD element -----*/
#bottom_logo
{
	background-image: url(../img/images/bottom_bg.png);
}

/*------ #side_nav - Side navigation elements ------*/
#side_nav
{
	position: absolute; top: 50px; left: -250px;
	border: 0px solid green;
	width: 170px;
}

#side_nav IMG
{
	padding: 5px;
}
