
* {margin:0;padding:0}
/* mac hide \*/

html,body
	{
	height:100%;
	width:100%;
	}
/* end hide */

body
	{ 
	text-align:center;
	background:url('bg.jpg');
	min-height:596px;/* for good browsers*/
	min-width:920px;/* for good browsers*/
	}
	
p
	{
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding:5px 0;
	}

a:link
	{
	color: #ffffff;
	text-decoration:none;
	}
	
a:visited 
	{
	color: #ffffff;
	text-decoration:none;
	}
	
a:hover
	{
	color: #ffffff;
	text-decoration:underline;
	}
	
a:active
	{
	color: #ff9213;
	text-decoration:underline;
	}
	
#xouter
	{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	}

#xcontainer
	{
	text-align:center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height:596px;
	}
		
#xinner
	{
	width:860px;  /* 920 w padding */
	height:536px;  /* 596 w padding */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:none;
	padding:30px;
	background-color:#000000;
	}

#image
	{
	float:left;
	margin-right:30px;
	width:304px;
	}

#text
	{
	float:left;
	width:500px;
	}

#text img
	{
	margin-bottom:40px;	
	}

#text img.flag
	{
	margin:0px;	
	}