body{background-image:url('../img/back.png'); margin:0; height:100%;}

	#container{width:650px; height:200px; margin:auto; padding-top:1px; margin-top:10px; background:rgba(255,255,255,0.5); border-radius:3px; border:2px solid rgba(0,0,0,0.1);}
		#title{width:350px; height:60px;  margin:20px auto auto auto;}
		#border{width:650px; height:70px; margin:auto; padding-top:1px; margin-top:10px; background:rgba(255,255,255,0.5); border-radius:3px; border:2px solid rgba(0,0,0,0.1);}

		#text{margin: 10px 0px 10px 0px; font-size: 20px; text-align:center;}
		#back{width:120px; height:25px; background:black; margin:auto; margin-top:10px;
				background: #99d6e8;  /* Old browsers */background: -moz-linear-gradient(top, #99d6e8 0%, #3f87c6 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d6e8), color-stop(100%,#3f87c6)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #99d6e8 0%,#3f87c6 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #99d6e8 0%,#3f87c6 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #99d6e8 0%,#3f87c6 100%); /* IE10+ */background: linear-gradient(to bottom, #99d6e8 0%,#3f87c6 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d6e8', endColorstr='#3f87c6',GradientType=0 ); /* IE6-9 */
				border-radius:2px; font-family:verdana; font-size:11px; text-align:center; line-height:26px; color:#FFF; cursor:pointer;}
		#back:hover{text-shadow: 1px 1px 2px white, 0 0 1em white;}			
					
		

