@CHARSET "UTF-8";

body
{
	 min-height: 100%;
	 min-width: 1024px;
	 width: 100%;
	 height: auto;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 margin:0px;
}



h1
{
	color:#EF3E35;
	text-align:left;
}

p
{
	font-family:"Georgia, Arial, Times New Roman";
	font-size:14px;
	color:#666666;
}

div
{
	width: 100%;
}

.message{
	float:left;
	margin-top:50px;
}

img.stretched 
{
	 min-height: 100%;
	 min-width: 1024px;
	 width: 100%;
	 height: auto;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index:-1;
}

#banner-container{
	background:url('./images/stripe.png');
	background-repeat:repeat-x;
	background-attachment:scroll;
	height:243px;
	margin:0px;
	width:100%;
	display:table;
	z-index:1;
	float:left;
	padding-top:40px;
	padding-left:50px;
}

#country-container{
	margin-left:113px;
	margin-top:-190px;
}

#logo
{
	background-image:url('./images/logo-reflection.png');
	background-repeat:no-repeat;
	width:218px;
	height:123px;
	margin-top:113px;
	margin-left:50px;
	float:left;	
	width:100%;
}

#globe{
	background-image:url('./images/globe-map.png');
	float:left;
	width:294px;
	height:149px;
	border:1px soild red;
}

.country{
	float:left;
	width:220px;
	line-height:110%;
}

#flag-can{
	width:37px;
	height:19px;
	background:url(./images/flags.jpg);
	background-position: 0px 0px;
	cursor:pointer; 
}

#flag-usa{
	width:37px;
	height:19px;
	background:url(./images/flags.jpg);
	background-position: -38px 0px;
	cursor:pointer; 
}
		
#flag-uk{
	width:37px;
	height:19px;
	background:url(./images/flags.jpg);
	background-position: -76px 0px;
	cursor:pointer; 
}

.message-content{
	font-size:100%;
	color:#666666;
}

		
		