@charset "UTF-8";
/* CSS Document */

body {
	background-color:#B6B6B6;
	background-image:url(../images/dishworld_bg_main.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto;
	width:965px;
}

#header {
	clear:both;
	margin-bottom:12px;
}

#contentArea {}

#content {
	float:left;
	margin:0;
	padding:0;
	width:560px;
}

#sidebar {
	background-image:url(../images/sidebar1_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	min-height:453px;
	width:400px;
}


ul#countries {
	list-style:none;
}

ul#countries li {
	background:url(../images/btn_bg.png) top center no-repeat;
[?] background:none;	
	display:inline;
	float:left;
}

