body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto auto auto;
	color: #000;
	background: #362B27;	
}

.pageHeader {
	
}

.mainBoder {
	background: white;
}

.mainBody {
	background: url(../images/dassy/startPage/templateStartPageBody.jpg) repeat-y top;
}

.innerTop {
	background: url(../images/dassy/startPage/zipTop_IE.jpg) no-repeat bottom;
}

.innerBottom {
	background: url(../images/dassy/startPage/zipSec.jpg) no-repeat top;
}

/* Country Language grid*/

.countryLangSelectionTable{
	text-align:center;
	width:695px;
	height:60px;
	background:url('../images/start_page_white_transparent.png');
	font-size: 14px;
	font-weight: bold;
}
.countryLangSelectionTable a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.countryLangSelectionTable a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.countryLangSelectionTable a:hover {
	font-size: 14px;
	font-weight: bold;
	color: yellow;
}
.countryLangSelectionTable a:active {
	font-size: 14px;
	font-weight: bold;
	color: yellow;
}
/* End country Language grid*/