/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
*************************************/
#tbl01
{
    width: 750px;
    margin: 0px auto; /* Center table */
}

/************************************ 
* Images
*************************************/
#silhouette_top
{
	background-image: url("../images/f_silhouette_top.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#silhouette_bottom
{
	background-image: url("../images/f_silhouette_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#image1
{
	background-image: url("../images/f_image_1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image2
{
	background-image: url("../images/f_image_2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image3
{
	background-image: url("../images/f_image_3.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
