/* css page - turnurile din hanoi */

.container {
 width: 860px; 
 height: 520px; !important
 margin-top: 25px;
 margin-left: 24px;
 background-image: url(../image/turnuri.jpg);
 background-repeat: no-repeat;
 background-color: #cdcdcd; 
 }
div.scriptgames {
 margin-left: 110px; 
 padding-top:140px;
 }
h1 {
  font-family: Times New Roman;
	color:red;
	margin-left:140px;
	font-size: 30px;
	}
h2 {
  font-family: Times New Roman;
	color:navy;
	margin-left:160px;
	margin-bottom: 7px;
	}
#messagetext {
 font-family: Tahoma, sans-serif;
 font-size: 16px;	
 font-weight: 300;
 color: red;
 padding-left:10px;
 border-bottom-color: red;
 border-bottom-style: solid;
 border-bottom: 2px;
 }	 