
body{
	background:url(images/stripe-pattern.png) repeat;
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	}
	
.clr{
	clear:both;
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, div, p, ul, li{
	margin:0;
	padding:0;
	}


/*wraper*/

	
#wraper{
	background:url(images/bg.png) no-repeat;
	width:370px;
	padding:10px 15px 15px 15px;
	position: absolute;
  	left: 47%;
  	top: 50%;

  	margin-left: -185px;
  	margin-top: -105px
	}
	
#wraper h1{
	margin:0;
	padding:0;
	font-size:14px;
	color:#16b7ed;
	font-weight:normal;
	}
	
.text{
	font-size:14px;
	color:#b3b3b3;
	float:left;
	width:180px;
	margin:0;
	font-weight:normal;
	padding:50px 0 0 0;
	text-align:left;
	}
		
.text1{
	font-size:14px;
	color:#b3b3b3;
	float:left;
	width:180px;
	font-weight:normal;
	margin:0;
	padding:66px 0 0 10px;
	text-align:left;
	}
	
.text1 a{
	text-decoration:none;
	color:#b3b3b3;
	}
	
.text1 a:hover{
	text-decoration:underline;
	}
