body {
	background:		url(../images/bg_dots_gradient.gif) repeat-x top center;
}

hr {	
	display:		block;
	float:			left;
	width:			1005px;
	height:			3px;
}

#header {
	display:		block;
	float:			left;
	width:			1005px;
	height:			70px;
	background:		transparent;
}

#header h1 {
	display:		block;
	float:			left;
	width:			1005px;
	height:			70px;
}
#content {
	display:		block;
	float:			left;
	width:			250px;
	height:			520px;
}
#content h3 {
	display:		block;
	float:			left;
	width:			250px;
	height:			30px;
}
#content p {
	display:		block;
	float:			left;
	width:			185px;
	margin:			20px 0 0 0;
}
#content p.first {
	margin:			0 0 20px 0;
}

#flashcontent
{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-200px;
	width:630px;
	height:570px;
}

#flashcontent p
{
	margin-top:50px;
	font-size:16px;
	text-align:center;
}
#flashcontent p.first
{
	margin-top:200px;
}

#country_list {
	display:		block;
	float:			left;
	width:			1005px;
	background:		#e0e0e0 url(../images/prehome_countries_bg.gif) repeat-x top left;
}
#country_list div.choose {
	display:		block;
	float:			left;
	width:			245px;
	padding-bottom:	5px;
	.padding-bottom:	10px;/*Hack IE 6 & 7*/
	border-right:	10px solid #fff;
}
#country_list div.coming {
	display:		block;
	float:			right;
	width:			735px;
	padding-bottom:	5px;
	.padding-bottom:	10px;/*Hack IE 6 & 7*/
}
#country_list div.choose h3,
#country_list div.coming h3 {
	display:		block;
	float:			left;
	width:			210px;
	height:			15px;
	margin:			15px 0 6px 11px;
}
#country_list div.coming h3 {
	width:			575px;
	margin-left:	50px;
}
#country_list div.choose ul,
#country_list div.coming ul {
	display:		block;
	float:			left;
	width:			220px;
	margin:			0 0 0 11px;
}
#country_list div.coming ul {
	width:			573px;
	margin:			0 0 0 50px;
}
#country_list div.choose li,
#country_list div.coming li {
	display:		inline;
	list-style:		none;
	float:			left;
	width:			110px;
	margin:			0 0 5px 0;
}
#country_list div ul li a {
	height:			14px;
	padding:		3px 0 3px 20px;
}