// ActionScript Document@charset "utf-8";
* { margin:0 ; padding: 0 ; border: none }
body , html{ width:966px; margin:0 ; padding: 0 ; border: none}

body{
	background:url(../images/scrisoare/scrisoare-repeat.jpg) repeat-y top left;
}

#main-container{
    width:966px;	
	background:url(../images/scrisoare/scrisoare-top.jpg) no-repeat top left;
}

#content{
	width: 853px;
	padding:0px 0px 0 0px;
	margin: 0 auto;	
}

p, h2 {
	font: 24px "Times New Roman", Times, serif ;
	font-style:italic;
	text-align:justify;
	color:#1f1a17;	
	padding:0 60px;
}

h2{
	font-size: 30px;	
}

a{
	color:#1f1a17;	
	text-decoration:underline;
}
a:hover{
	color:#1f1a17;	
	text-decoration:none;
}


