﻿html, body, #Wrapper
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html > body, html > body #Wrapper
{
	height: auto;
}
body
{
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
a img
{
	border: none;
}
a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#Wrapper
{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
}
	#PageWrapper
	{
		width: 600px;
		margin: 0 auto;
	}
#WrapperContent

{
	width: 600px; /*min-height: 389px;     height: auto !important;     height: 389px;*/
	margin: auto;
	float: left;
	display: inline;
	padding: 80px 0 5px 0;
}
	.Black
	{
		background: transparent url(Images/StartPage/BlackBlock.gif) no-repeat;
		color: #FFFFFF;
	}
	.White
	{
		background: transparent url(Images/StartPage/WhiteBlock.gif) no-repeat;
		color: #000000;
	}
	.Black, .White
	{
		width: 191px;
		height: 191px;
		text-align: center;
		vertical-align: middle;
	}
		.image
		{
			position: relative;
			top: 40px;
			margin-bottom: 81px;
		}
		.text
		{
			position: relative;
		}
		
/* For the footer bottom

#FooterLanding
{
	padding-bottom: 5px;
	position: absolute;
	width: 100%;
	clear: both;
	bottom: 0;
	left: 0;
}*/

#FooterLanding
{
	width: 100%;
}
	#FooterMenu

	{
		width: 600px;
		padding: 0;
		margin: 0 auto;
	}
		#FooterLanding ul
		{
			float: right;
			padding: 0;
			margin: 0;
			width: 299px;
			list-style-type: none;
			text-align: center;
		}
		#FooterLanding li
		{
			padding: 0 0 0 0;
			margin: 0;
			display: inline;
			float: right;
			font-size: 10px;
		}
		#FooterLanding li.LanguageHome
		{
			margin: 0 0 0 0;
			margin: 0 5px 0 5px;
		}
		#FooterLanding li.LanguageHomeEnd
		{
			margin: 0 0 0 0;
			margin: 0 10px 0 0;
		}
		.LanguageIconCell
		{
			margin: 0 1px 0 0;
		}
		.FooterDot
		{
			padding: 5px 0 0 0;
		}
			.noPadding
			{
				padding: 0;
				
			}

.LogoutButton
{
	float: right;
	display: inline;
	position: absolute;
	right: 0;
	padding: 5px;
	font-size: 11px;
	font-family: Arial;
	background: #FFFFFF;
}		
.LogoutButton a
{
	font-weight: bold;
	text-decoration: underline;
}