html, body {
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	text-align: center;
	margin: 0px;
}
* {
	margin: 0;
}
#Wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto -60px;
}

/* STYLES HEADER */
#Header {
	width: 960px;
	height: 100px;
	background-image: url(../images/HdrRightTop.jpg);
	background-position: right;
}
#Logo {
	width: 245px;
	height: 100px;
	float: left;
}
#LanguageSelect {
	width: 200px;
	height: 20px;
	float: left;
	position: relative;
	top: 20px;
	left: 495px;
	padding-right: 20px;
	text-align: right;
	
}
#Toolbar {
	width: 695px;
	height: 20px;
	float: left;
	position: relative;
	top: 45px;
	padding-right: 20px;
	text-align: right;
	
}

/* STYLES MENU */
#MenuHolder {
	width: 960px;
	height: 30px;
	background-image: url(../images/BgMenubar.jpg);
}
#MainMenu {
	width: 703px;
	height:30px;
	float: left;
	position: relative;
	left: 23px;
	text-align: left;
}
#Search {
	width: 227px;
	height:30px;
	float: left;
	position: relative;
	left: 23px;
	text-align: left;
}
#MenuSpacer {
	width: 960px;
	height: 20px;
	background-image: url(../images/BgMenuSpacer.jpg);
	background-repeat: no-repeat;
}

/* STYLES CONTENT */
#ContentHolder {
	width: 940px;
	margin: 0px 10px 10px 10px;
	text-align: left;
}
#PayOff {
	width:225px;
	height: 70px;
	float: left;
	margin: 0px 10px 10px 0px;
}
#VisTitle {
	width: 703px;
	height: 70px;
	float: left;
}	
#LeftColumnBig {
	width: 705px;
	min-height: 200px;
	float: left;
/*	border-top: 1px solid #CCCCCC;*/
}
#RightColumnBig {
	width: 699px;
	min-height: 200px;
	float: left;
	border: 1px dashed #999999;
}
#ColumnLeft {
	width: 225px;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #cccccc;
}
#ColumnRight {
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-top: 24px;
	border-top: 1px solid #cccccc;
}
#ColumnCenter {
	width: 468px;
	float: left;
}
#ColumnRightHome {
	width: 225px;
	float: left;
	margin-left: 10px;
}
#BnnrNetbanking {
	width: 225px;
	height: 60px;
	margin-bottom: 10px;
}
#Hotspots {
	width: 225px;
}

/* STYLES FOOTER */

.FooterHolder, .push {
	height: 60px;
}
#FooterHolder {
	width: 960px;
	height: 60px;
	background-color: #CCCCCC;
	margin: auto;
	position: relative;
}
#BottomBar {
	width: 950px;
	height: 35px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#Footer {
	width: 950px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;	
}
#FooterAnim {
	width: 220px;
	height: 23px;
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
#FooterLinks {
	width: 720px;
	height: 23px;
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
}