html, body {
	height:100%;
	width:100%;
	display:table;
}
body {
	margin:0;
	font:16px/24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
	vertical-align:middle;
	display:table-cell;
	background:#2e2e2e;
}
img { border-style: none; }
a {
	color: #ccaa77;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
label, input, textarea, select {
	font: 11px Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	color: #444;
}
#container { 
	width: 974px;
	margin: 0 auto;
	height:620px;
}
.top-bg, .bot-bg{
	height:12px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.top-bg{
	background-image: url(../images/bg-main-top.gif);
}
.bot-bg{
	background-image: url(../images/bg-main-bot.gif);
}
#main{
	background: url(../images/bg-shadow.gif) repeat-y;
	padding:0 7px;
	width:960px;
}
#page{
	height:433px;
	background: url(../images/bg-page.jpg) no-repeat;
	padding:179px 24px 0;
	position:relative;
}
.logo{
	width:320px;
	height:50px;
	position:absolute;
	top:98px;
	left:318px;
	margin:0;
}
.logo a{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}
#content{
	height:350px;
	/* width:900px; */
	width:910px;
	position:relative;
}
#content .step{
	position:absolute;
	top:0;
	left:0;
	height:350px;
	width:650px;
}
h2{
	margin:0 0 8px -4px;
	height:38px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	font-size:0;
	line-height:38px;
}
h2.choose{
	background-image: url(../images/l-choose-your-language.jpg);
}
.row1{
	position:absolute;
	top: 7px;
	left: 325px;
	width: 266px;
	height: 34px;
}

.row2{
	position: absolute;
	top: 48px;
	left:8px;
}

.row2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.row2 li{
	float: left;
}
.row2 a{
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	height: 295px;	
}
.row2 a:hover{
	background-position: left bottom;
}
#nl{
	background-image: url(../images/btn-nl.jpg);
	width: 150px;
}
#be{
	background-image: url(../images/btn-be.jpg);
	width: 150px;
}
#de{
	background-image: url(../images/btn-de.jpg);
	width: 150px;
}
#es{
	background-image: url(../images/btn-es.jpg);
	width: 150px;
}
#com{
	background-image: url(../images/btn-com.jpg);
	width: 150px;
}
#com.uk{
	background-image: url(../images/btn-uk.jpg);
}
#com.us{
	background-image: url(../images/btn-us.jpg);
}

p{
	margin:0 0 24px;
}

#footer{
	position:absolute;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#ccaa77;
	/* bottom:5px; */
	bottom:7px;
	width:912px;
}
#footer ul{
	/* margin:0 -14px 0 0; */
	padding:0;
	list-style:none;
	/* float:right; */
	overflow:hidden;
	width:235px;
	margin: 0 auto;
}
#footer ul li{
	float:left;
	background: url(../images/bg-bullet.gif) no-repeat left;
	margin:0 0 0 -7px;
	padding:0 13px 0 14px;
}
#footer ul.nav{
	float:left;
	margin:0 0 0 -7px;
}
