/* 
Title:      MTV EU Diversity website styles
Author:     Mark Allen, mark@type3.co.uk
Updated:    2nd October  2007
Description: Internet Explorer bug fixes 
*/

/* Used by IE7 and real browsers which can show transparent PNGs */
#content{
	background-image:url(../images/furniture/content_bg.png); 
	background-position:left;
	background-repeat: no-repeat;
}

#content_results_top {
	background-image: url(../images/furniture/content2_bg_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 66px;
}
#content_results {
	background-image: url(../images/furniture/content2_bg_1px.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#content_results_bottom{
	background-image: url(../images/furniture/content2_bg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 59px;
}
/* End */