div.container{
	position: relative;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: auto;
	width:1023px;
	height:619px;
	
}

div.header {
position: relative;
	margin-left: 65px;
	margin-top: 120px;
	background-image: url(../images/title_home.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 66px;
	
}
div.content {
	position: relative;
	margin-left: 65px;
	width: 325px;
	color: black;

}

div.cartoosh {
position: relative;
	background-image: url(../images/cartoosh_index.png);
	background-position: center;
	width: 325px;
	height: 12px;
	background-repeat: no-repeat;
	margin-top: 10px;

}