@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/binari.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#global{
	min-height:300px;
	width:960px;
	height:400px;
	margin: 20px auto 0;
	
	margin-top:-22px;
}

#global #content{
	
	 background-color: black;
    border: 1px solid gray;
    float: left;
    left: 50px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 50px;
    width: 184px;
	
}

#global span{
	
	  color: white;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 3px;
	
}

#title{
	background: none repeat scroll 0 0 black;
    margin-left: 57px;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    top: 31px;
    width: 89%;	
}
 #title span{
	    color: Red;
    float: left;
    font-size: 60px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: underline blink;
 }
 
 #title img{
	 margin-top:10px;
 }
 
 #msg{
	 
	background-color: gray;
    border: 1px solid white;
    float: left;
    left: 76px;
    position: relative;
    top: 50px;
    width: 66%;
 }
 
  #msg span{
	  font-size:14px;
  }

#msg p{
	  margin-left: 40px;
    width: 529px;
	font-size:20px;
  }
  
#try{
	margin-bottom: 15px;
 	display:none;
}

#try span{
	color:red;
}

