body{
	background: url(images/bg.jpg) no-repeat center center fixed #e7cf47; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
}

.button_example{
border:1px solid #cb9b14; 
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size:14px;
padding: 10px; 
text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #eab92d; background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
 background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
 background-image: -moz-linear-gradient(top, #eab92d, #c79810);
 background-image: -ms-linear-gradient(top, #eab92d, #c79810);
 background-image: -o-linear-gradient(top, #eab92d, #c79810);
 background-image: linear-gradient(to bottom, #eab92d, #c79810);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
 cursor:pointer;


}

.button_example:hover{
 border:1px solid #a17b10;
 background-color: #cf9f15; background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
 background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
 background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
 background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
 background-image: -o-linear-gradient(top, #cf9f15, #98740c);
 background-image: linear-gradient(to bottom, #cf9f15, #98740c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cf9f15, endColorstr=#98740c);
}
.text{

	border:none;
	background:#faf8cd;
	resize:none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right:10px;
padding:5px;

}
#zonetext{
	margin-top:20px;
	
}
.showtext{
	text-align:left;
	background:#fffae6;
	padding:20px;
	margin-top:10px;
	font-size:14px;
}
#cancleshowtext{
	position:fixed;
	bottom:20px;
}
#menu{
	margin-top:15px;
}
.divmain{
	max-width:800px;
	margin:auto;

}
.divmainleft{
	width:50%;
	min-width:300px;
	
	
	float:left;
}
.divmainright{
	width:50%;
	float:right;

}
#write{
	margin-top:20px;

}
#logo{
	margin-top:20px;
}
#logo img{
	margin-left:8px;
	margin-right:8px;
}