.thankYouMessage
{
	 font-family:Century Gothic;
	 font-size:10px;	 	
}
.greeting
{
	font-family:Comic Sans MS;
	font-size:12px;
}

.container:after
{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.container
{	
	width:800px;	
	display:inline-table;	
}

* html .container { height: 1%; }
.container { display:block; float:left;}


/*
.container
{
	width:600px;
	height:100%;
	display:block;
	/*float:left;*/
}
*/

.regionskane
{
	margin-top:10px;
	margin-left:10px;
}

.logo
{
	width:130px;
	height:129px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url('../images/regionskane2.gif');
	background-repeat:no-repeat;
	background-position:top left;
	/*border:1px;
	border-style:solid;*/
}

.content
{
	width:500px;
	float:left;
	/*background-color:red;*/
}

.menu
{
	width:130px;
	height:100%;
	padding: 20px 20px 0px 0px;
	vertical-align:top;
	float:left;
}

.clear
{
	clear:both;
}
.banners
{
	/*
	width:200px;
	height:200px;
	float:right;
	*/
	
	height:100%;
	left:800px;
	position:absolute;
	top:0px;
	width:200px;	
	/*background-color:yellow;*/
}