	body{
		background: #995E2B;
		margin: 0px; 
		padding: 0px;
		font-family: sans-serif;

	}	
	
	div.landingouter{
		width: 1000px;
		height: 770px;
		margin: 0px auto;
		background: #995E2B  url(../../images/landing.png) no-repeat center top;
		display: block;
	}

	div.outer{
		margin: 0px auto;
		padding:157px 0px;
		display: block;
		position:relative;
	}

	table.introakel{
		margin: 0px auto;
		top: 157;
		width: 585px;
		height: 362px;
		background: url(../../images/landing_logo_akel.png) no-repeat 0px 0px;
	}

	table.introakel td.introbutton{
		background: url(../../images/landing_submit.gif) no-repeat center 0px;
		text-align: center;
	}
	
	td.introbutton input{
		color: white;
		border: none;
		background-color: transparent;
		margin-left: 10px;
		margin-bottom: 12px;
		font-size: 18px;
		width: 150px;
		text-align: center;
	}

	td.langselect {
		font-size: 80%;
		vertical-align: top;
		text-align:center;
	}
	
	.lefttext{
		padding-left: 20px;
		display: block;
		font-size: 85%;
	}
	
	div.introlangl{
		width: 140px;
		text-align: left;
		margin-left: 50px;
	}
	
	div.introlangl input.radiol{
		
	}
	
	div.introlangc{
		width: 140px;
		text-align: left;
		margin-left:30px;
	}
	
	div.introlangr{
		width: 140px;
		text-align: left;
		margin-left: 30px;
	}
	
	div.landingfooter, div.landingfooter a:link, div.landingfooter a:visited{
		color: #CCCC99;
		text-decoration: none;
		text-align: center;
		font-family: sans-serif;
		font-size: 10px;
	}