body{
	margin:0;
	padding:0;	
}


#a { 
	background: url(qaar.png) 80px 30px no-repeat fixed; 
	background-size:220px 80px;
	height: 150px;  
	margin: 0 auto; 
    width: 100%; 
    padding-top: 10px;
    max-width: 1920px; 
    position: relative; 
    //box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#b { 
	background: url(about.jpg) 0% 0 repeat fixed; 
	background-size:cover;
	height: 300px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
         box-shadow: inset  0  50px 50px -50px rgba(0,0,0,0.8), 
                     inset  0 -50px 50px -50px rgba(0,0,0,0.8);
}
#c { 
	//background: url(about.jpg) 50% 0 no-repeat fixed; 
	height: 900px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    //box-shadow: 0 0 50px rgba(0,0,0,0.8);
}


.ask {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin:90px;
}
.ask:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.ask:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

#c article {width:990px; margin:0 auto;}