*{
	margin:0;
	padding:0;
}

body{
	color:#777;
	background:url('../img/bankin_left.jpg') no-repeat;
	font:15px Calibri,Arial,sans-serif;
}

/* Styling the page */

#page{
	width:890px;
	margin:20px auto;
}

#topBar{
	background:url('../img/top_bar.jpg') no-repeat;
	height:41px;
	margin-bottom:15px;
}

#promoIMG{
	background:url('../img/satoci.jpg') no-repeat;
	height:550px;
	margin-bottom:15px;
	text-align:center;
}

#promoIMG img{
	margin-top:80px;
}

#contentArea{
	overflow:hidden;
	padding-bottom:10px;
}

#contentArea p{
	background-image: url("/image/bankin_left.png");
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	float:left;
	height:120px;
	margin-right:15px;
	overflow:hidden;
	padding:20px;
	width:465px;
	
	-moz-box-shadow:1px 1px 0 #bbb;
	-webkit-box-shadow:1px 1px 0 #bbb;
	box-shadow:1px 1px 0 #bbb;
}

#contentArea p img{
	float:left;
	margin:-15px 20px 0 0;
}

#backToTzine{
	background:url('../img/tutorialzine.png') no-repeat;
	float:right;
	height:160px;
	overflow:hidden;
	text-indent:-9999px;
	width:365px;
	text-decoration:none;
}

#promoIMG,
#contentArea p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}

/* Hyperlink styles */

a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#4086c7;
}

a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}
