body{
	margin:0;
	background: url(../images/bg.jpg)  #e5e5e5;
	background-size: 2020px 2060px;
	background-repeat: no-repeat;
	}
	
.bodyoutline{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background:#fff;
 
   
  
 
	}

.header{
	height:125px;
	background:url(../images/head.jpg) no-repeat;
	}	
.content{
	background:url(../images/content.jpg) bottom;
	}	
	
.Footer{
	height:80px;
	background:url(../images/footer.jpg) no-repeat;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	}	
/*
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0dd943), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #0dd943 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #0dd943 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #0dd943 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #0dd943 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #0dd943 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dd943', endColorstr='#5cbf2a',GradientType=0);
	background-color:#0dd943;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:13px 23px;
	text-decoration:none;
 
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #0dd943));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #0dd943 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #0dd943 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #0dd943 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #0dd943 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #0dd943 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#0dd943',GradientType=0);
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
*/

.myButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:13px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background-color:#eb675e;
}
.myButton:active {
	position:relative;
	top:1px;
}

.commonhead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	background:#f1f1f1;
	}

.shadow_lifted{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	}
	
.commonheadbig{
	margin-top:50px;
	border-bottom:1px solid #f0f0f0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#0C0;
	}


.shadow {
    position:relative;
    width:95%;    
    padding:10px; 
    margin:5px; 
    background:#fff;
		font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#0C0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before,
.shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}


.lifted {
    -moz-border-radius:4px; 
         border-radius:4px;
}

.lifted:before,
.lifted:after { 
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);    
       -moz-transform:rotate(-3deg);   
        -ms-transform:rotate(-3deg);   
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px; 
    left:auto;
    -webkit-transform:rotate(3deg);   
       -moz-transform:rotate(3deg);  
        -ms-transform:rotate(3deg);  
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}	
	
	
	
	
		
	
@media only screen and (max-device-width: 480px) {
.bodyoutline{
	width:100%;
 
	margin-top:50px;
	background:#fff;
 
   
  
 
	}

}	