/* index.css - css specific to index.html */

div#left_column {
        background-image:               url(../images/Gen_147_tree.png);
        background-position:            12px 6px;
        background-repeat:              no-repeat;
/*	* background-image:             none;
        * filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Gen_147_tree.png', sizingMethod='fixed');
*/
}

div.large_box {
	height:				480px;
}

div.medium_box1 {
	height:				230px;
}

div.medium_box2 {
	height:				185px;
} 
